![]() |
OR-Tools
8.0
|
Definition at line 1604 of file local_search.cc.
Public Member Functions | |
| NearestNeighbors (Solver::IndexEvaluator3 evaluator, const PathOperator &path_operator, int size) | |
| virtual | ~NearestNeighbors () |
| void | Initialize () |
| const std::vector< int > & | Neighbors (int index) const |
| virtual std::string | DebugString () const |
| NearestNeighbors | ( | Solver::IndexEvaluator3 | evaluator, |
| const PathOperator & | path_operator, | ||
| int | size | ||
| ) |
Definition at line 1626 of file local_search.cc.
|
inlinevirtual |
Definition at line 1608 of file local_search.cc.
|
inlinevirtual |
Definition at line 1612 of file local_search.cc.
| void Initialize | ( | ) |
Definition at line 1633 of file local_search.cc.
| const std::vector< int > & Neighbors | ( | int | index | ) | const |
Definition at line 1644 of file local_search.cc.