![]() |
OR-Tools
9.2
|
Definition at line 3061 of file constraint_solveri.h.
Classes | |
| class | Chain |
| class | ChainRange |
| class | NodeRange |
Public Member Functions | |
| PathState (int num_nodes, std::vector< int > path_start, std::vector< int > path_end) | |
| int | NumNodes () const |
| int | NumPaths () const |
| int | Start (int path) const |
| int | End (int path) const |
| int | Path (int node) const |
| const std::vector< std::pair< int, int > > & | ChangedArcs () const |
| const std::vector< int > & | ChangedPaths () const |
| ChainRange | Chains (int path) const |
| NodeRange | Nodes (int path) const |
| void | ChangeNext (int node, int new_next) |
| void | CutChains () |
| void | Commit () |
| void | Revert () |
| void | SetInvalid () |
| bool | IsInvalid () const |
| PathState | ( | int | num_nodes, |
| std::vector< int > | path_start, | ||
| std::vector< int > | path_end | ||
| ) |
Definition at line 2566 of file local_search.cc.
| PathState::ChainRange Chains | ( | int | path | ) | const |
Definition at line 2604 of file local_search.cc.
|
inline |
Definition at line 3099 of file constraint_solveri.h.
|
inline |
Definition at line 3104 of file constraint_solveri.h.
|
inline |
Definition at line 3114 of file constraint_solveri.h.
| void Commit | ( | ) |
Definition at line 2759 of file local_search.cc.
| void CutChains | ( | ) |
Definition at line 2723 of file local_search.cc.
|
inline |
Definition at line 3089 of file constraint_solveri.h.
|
inline |
Definition at line 3130 of file constraint_solveri.h.
| PathState::NodeRange Nodes | ( | int | path | ) | const |
Definition at line 2611 of file local_search.cc.
|
inline |
Definition at line 3083 of file constraint_solveri.h.
|
inline |
Definition at line 3085 of file constraint_solveri.h.
|
inline |
Definition at line 3094 of file constraint_solveri.h.
| void Revert | ( | ) |
Definition at line 2768 of file local_search.cc.
|
inline |
Definition at line 3129 of file constraint_solveri.h.
|
inline |
Definition at line 3087 of file constraint_solveri.h.