![]() |
OR-Tools
9.6
|
Definition at line 1624 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 1646 of file local_search.cc.
|
inlinevirtual |
Definition at line 1628 of file local_search.cc.
|
inlinevirtual |
Definition at line 1632 of file local_search.cc.
| void Initialize | ( | ) |
Definition at line 1653 of file local_search.cc.
| const std::vector< int > & Neighbors | ( | int | index | ) | const |
Definition at line 1664 of file local_search.cc.