Skip to content

Commit

Permalink
add highs to examples
Browse files Browse the repository at this point in the history
  • Loading branch information
galabovaa committed Oct 21, 2024
1 parent c4e47c5 commit d5f005e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions examples/cpp/linear_programming.cc
Original file line number Diff line number Diff line change
Expand Up @@ -110,13 +110,13 @@ void RunLinearProgrammingExample(absl::string_view solver_id) {
}

void RunAllExamples() {
// RunLinearProgrammingExample("GLOP");
// RunLinearProgrammingExample("CLP");
// RunLinearProgrammingExample("GUROBI_LP");
// RunLinearProgrammingExample("CPLEX_LP");
// RunLinearProgrammingExample("GLPK_LP");
// RunLinearProgrammingExample("XPRESS_LP");
// RunLinearProgrammingExample("PDLP");
RunLinearProgrammingExample("GLOP");
RunLinearProgrammingExample("CLP");
RunLinearProgrammingExample("GUROBI_LP");
RunLinearProgrammingExample("CPLEX_LP");
RunLinearProgrammingExample("GLPK_LP");
RunLinearProgrammingExample("XPRESS_LP");
RunLinearProgrammingExample("PDLP");
RunLinearProgrammingExample("HIGHS");
}
} // namespace operations_research
Expand Down

0 comments on commit d5f005e

Please sign in to comment.