xpress tests gracefully exit if Xpress not found

This commit is contained in:
Andrea Sgattoni
2023-11-13 15:00:53 +01:00
parent c600ddd463
commit 4627ddf948
14 changed files with 111 additions and 122 deletions

View File

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