OR-Tools C++ Reference
Solver |
Code directory |
|
---|---|---|
Algorithms | algorithms | Knapsack solver and related algorithms. |
CP-SAT | sat | Google's constraint programming solver. |
Linear Solver | linear_solver | Google's linear optimization solver. |
Network Flow and Graph | graph | Network flow library and related graph algorithms. |
Routing | constraint_solver | Routing library and original constraint solver. |