remove xpress from CS and Java LinearProgramming tests
This commit is contained in:
@@ -160,11 +160,9 @@ public class CsLinearProgramming
|
||||
RunLinearProgrammingExample("GLOP");
|
||||
RunLinearProgrammingExample("GLPK_LP");
|
||||
RunLinearProgrammingExample("CLP");
|
||||
RunLinearProgrammingExample("xpress_lp");
|
||||
|
||||
RunLinearProgrammingExampleNaturalApi("GLOP", true);
|
||||
RunLinearProgrammingExampleNaturalApi("GLPK_LP", false);
|
||||
RunLinearProgrammingExampleNaturalApi("CLP", false);
|
||||
RunLinearProgrammingExampleNaturalApi("xpress_lp", false);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user