![]() |
OR-Tools
9.3
|
Go to the source code of this file.
Classes | |
| class | AllDifferentConstraint |
| class | AllDifferentBoundsPropagator |
Namespaces | |
| namespace | operations_research |
| Collection of objects used to extend the Constraint Solver library. | |
| namespace | operations_research::sat |
Functions | |
| std::function< void(Model *)> | AllDifferentBinary (const std::vector< IntegerVariable > &vars) |
| std::function< void(Model *)> | AllDifferentOnBounds (const std::vector< IntegerVariable > &vars) |
| std::function< void(Model *)> | AllDifferentOnBounds (const std::vector< AffineExpression > &expressions) |
| std::function< void(Model *)> | AllDifferentAC (const std::vector< IntegerVariable > &variables) |