Skip to content

Commit ebde260

Browse files
committed
Fix typo.
1 parent 9e4fc23 commit ebde260

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyomo/solvers/tests/checks/test_xpress_persistent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class TSP:
4242
is not stated explicitly. Instead we check for any solution that the
4343
optimizer finds, whether it satisfies the subtour elimination constraint.
4444
If it does then we accept the solution. Otherwise we reject the solution
45-
and augment the model by the violated subtour eliminiation constraint.
45+
and augment the model by the violated subtour elimination constraint.
4646
4747
This lazy addition of constraints is implemented using two callbacks:
4848
- a preintsol callback that rejects any solution that violates a

0 commit comments

Comments
 (0)