C++ Reference
C++ Reference: Routing
UnaryDimensionChecker
Detailed Description
Definition at line 3354 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 () |
Constructor & Destructor Documentation
◆ UnaryDimensionChecker()
| 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 | ||
| ) |
Member Function Documentation
◆ Check()
| bool Check | ( | ) | const |
◆ Commit()
| void Commit | ( | ) |
The documentation for this class was generated from the following file: