![]() |
OR-Tools
8.2
|
Definition at line 3379 of file constraint_solveri.h.
Classes | |
| struct | Interval |
Public Member Functions | |
| UnaryDimensionChecker (const PathState *path_state, std::vector< Interval > path_capacity, std::vector< int > path_class, std::vector< std::vector< Interval > > demand, std::vector< Interval > node_capacity) | |
| bool | Check () const |
| void | Commit () |
| UnaryDimensionChecker | ( | const PathState * | path_state, |
| std::vector< Interval > | path_capacity, | ||
| std::vector< int > | path_class, | ||
| std::vector< std::vector< Interval > > | demand, | ||
| std::vector< Interval > | node_capacity | ||
| ) |
Definition at line 2960 of file local_search.cc.
| bool Check | ( | ) | const |
Definition at line 2983 of file local_search.cc.
| void Commit | ( | ) |
Definition at line 3055 of file local_search.cc.