Skip to content

Commit

Permalink
Fixes a CPLEX exception in one of the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkratz committed Dec 21, 2023
1 parent 6f5cf7e commit bd90e46
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,9 @@ public void testCompareSOS1toSubstitution() {
solver.solve();
solver.updateValuesFromSolution();

solver.terminate();
// No termination because we use the same solver again for the second half of
// this test
// solver.terminate();

// Now with substitution instead of Gurobi SOS1 Constraints

Expand Down

0 comments on commit bd90e46

Please sign in to comment.