update xpress interface with dynamic load

This commit is contained in:
Andrea Sgattoni
2023-10-17 10:09:20 +02:00
parent b190d1d799
commit 3c4a76e68f
16 changed files with 2463 additions and 214 deletions

View File

@@ -116,5 +116,7 @@ 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);
}
}