diff --git a/org.emoflon.ilp.tests/src/org/emoflon/ilp/tests/CplexTest.java b/org.emoflon.ilp.tests/src/org/emoflon/ilp/tests/CplexTest.java index c2c0cdc..a2fa915 100644 --- a/org.emoflon.ilp.tests/src/org/emoflon/ilp/tests/CplexTest.java +++ b/org.emoflon.ilp.tests/src/org/emoflon/ilp/tests/CplexTest.java @@ -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