add integer and linear programming test for dotnet python and java
This commit is contained in:
@@ -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", false);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user