Files
ortools-clone/ortools/math_opt
Guillaume Chatelet 6d76575f3d Format xpress files
2025-12-15 13:06:04 +01:00
..
2025-11-05 11:54:02 +01:00
2025-12-02 15:33:12 +01:00
2025-12-09 22:49:43 +01:00
2025-11-05 11:54:02 +01:00
2025-11-05 11:54:02 +01:00
2025-11-24 13:56:15 +01:00
2025-10-16 11:43:45 +02:00
2025-12-09 22:49:43 +01:00
2025-12-15 13:06:04 +01:00
2025-11-05 11:54:02 +01:00
2025-11-05 11:54:02 +01:00
2025-11-05 11:54:02 +01:00
2025-11-05 11:54:02 +01:00
2025-12-09 22:49:43 +01:00
2025-11-24 13:56:15 +01:00
2025-04-30 09:55:15 +02:00
2025-01-10 11:33:35 +01:00
2025-01-10 11:33:35 +01:00
2025-01-10 11:33:35 +01:00
2025-12-09 22:49:43 +01:00
2025-04-30 09:55:15 +02:00
2025-08-20 11:36:44 +02:00
2025-04-30 09:55:15 +02:00
2025-01-10 11:33:35 +01:00
2025-01-10 11:33:35 +01:00

math_opt

The code in this directory provides a generic way of accessing mathematical optimization solvers (sometimes called mathematical programming solvers), such as GLOP, CP-SAT, SCIP and Gurobi. In particular, a single API is provided to make these solvers largely interoperable.

New code should prefer MathOpt to MPSolver, as defined in linear_solver.h when possible.

MathOpt has client libraries in C++, Python, and Java that most users should use to build and solve their models. A proto API is also provided, but this is not recommended for most users.

See parameters.proto for the list of supported solvers.