add integer and linear programming test for dotnet python and java
This commit is contained in:
@@ -84,5 +84,7 @@ public class IntegerProgramming {
|
||||
runIntegerProgrammingExample("GLPK");
|
||||
System.out.println("---- Integer programming example with CP-SAT ----");
|
||||
runIntegerProgrammingExample("SAT");
|
||||
System.out.println("---- Integer programming example with XPRESS ----");
|
||||
runIntegerProgrammingExample("XPRESS");
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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