remove xpress from CS and Java LinearProgramming tests

This commit is contained in:
Andrea Sgattoni
2023-10-18 14:01:02 +02:00
parent 98bf1bb36e
commit 4d1feddd22
2 changed files with 0 additions and 4 deletions

View File

@@ -116,7 +116,5 @@ public class LinearProgramming {
runLinearProgrammingExample("GLOP", true);
System.out.println("---- Linear programming example with CLP ----");
runLinearProgrammingExample("CLP", false);
System.out.println("---- Linear programming example with Xpress ----");
runLinearProgrammingExample("xpress_lp", false);
}
}