We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e4fc23 commit ebde260Copy full SHA for ebde260
pyomo/solvers/tests/checks/test_xpress_persistent.py
@@ -42,7 +42,7 @@ class TSP:
42
is not stated explicitly. Instead we check for any solution that the
43
optimizer finds, whether it satisfies the subtour elimination constraint.
44
If it does then we accept the solution. Otherwise we reject the solution
45
- and augment the model by the violated subtour eliminiation constraint.
+ and augment the model by the violated subtour elimination constraint.
46
47
This lazy addition of constraints is implemented using two callbacks:
48
- a preintsol callback that rejects any solution that violates a
0 commit comments