![]() |
OR-Tools
8.2
|
Definition at line 1584 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 1606 of file local_search.cc.
|
inlinevirtual |
Definition at line 1588 of file local_search.cc.
|
inlinevirtual |
Definition at line 1592 of file local_search.cc.
| void Initialize | ( | ) |
Definition at line 1613 of file local_search.cc.
| const std::vector< int > & Neighbors | ( | int | index | ) | const |
Definition at line 1624 of file local_search.cc.