![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
Definition at line 1551 of file local_search.cc.
Public Member Functions | |
| NearestNeighbors (Solver::IndexEvaluator3 evaluator, const PathOperator< ignore_path_vars > &path_operator, int size) | |
| NearestNeighbors (const NearestNeighbors &)=delete | |
| NearestNeighbors & | operator= (const NearestNeighbors &)=delete |
| virtual | ~NearestNeighbors ()=default |
| void | Initialize (absl::Span< const int > path) |
| const std::vector< int > & | Neighbors (int index) const |
| virtual std::string | DebugString () const |
| operations_research::NearestNeighbors< ignore_path_vars >::NearestNeighbors | ( | Solver::IndexEvaluator3 | evaluator, |
| const PathOperator< ignore_path_vars > & | path_operator, | ||
| int | size ) |
Definition at line 1577 of file local_search.cc.
|
delete |
|
virtualdefault |
|
inlinevirtual |
Definition at line 1565 of file local_search.cc.
| void operations_research::NearestNeighbors< ignore_path_vars >::Initialize | ( | absl::Span< const int > | path | ) |
Definition at line 1586 of file local_search.cc.
| const std::vector< int > & operations_research::NearestNeighbors< ignore_path_vars >::Neighbors | ( | int | index | ) | const |
Definition at line 1594 of file local_search.cc.
|
delete |