add make based support for xpress on MAC OS X

This commit is contained in:
Laurent Perron
2020-07-22 17:08:17 +02:00
parent a1837ad6b7
commit 937b96c01c
4 changed files with 51 additions and 29 deletions

View File

@@ -80,6 +80,7 @@ void RunAllExamples() {
RunIntegerProgrammingExample("GUROBI");
RunIntegerProgrammingExample("GLPK");
RunIntegerProgrammingExample("CPLEX");
RunIntegerProgrammingExample("XPRESS");
}
} // namespace operations_research