![]() |
OR-Tools
9.1
|
Go to the source code of this file.
Classes | |
| struct | LinearProgrammingConstraintLpSolution |
| struct | LPSolveInfo |
| class | ScatteredIntegerVector |
| class | LinearProgrammingConstraint |
| class | LinearProgrammingDispatcher |
| class | LinearProgrammingConstraintCollection |
Namespaces | |
| operations_research | |
| Collection of objects used to extend the Constraint Solver library. | |
| operations_research::sat | |
Functions | |
| CutGenerator | CreateStronglyConnectedGraphCutGenerator (int num_nodes, const std::vector< int > &tails, const std::vector< int > &heads, const std::vector< Literal > &literals, Model *model) |
| CutGenerator | CreateCVRPCutGenerator (int num_nodes, const std::vector< int > &tails, const std::vector< int > &heads, const std::vector< Literal > &literals, const std::vector< int64_t > &demands, int64_t capacity, Model *model) |