Google OR-Tools: operations_research::NearestNeighbors< ignore_path_vars > Class Template Reference
template<bool ignore_path_vars>
class operations_research::NearestNeighbors< ignore_path_vars >
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 |
◆ NearestNeighbors() [2/2]
template<bool ignore_path_vars>
◆ ~NearestNeighbors()
template<bool ignore_path_vars>
◆ DebugString()
template<bool ignore_path_vars>
◆ Initialize()
◆ Neighbors()
◆ operator=()
template<bool ignore_path_vars>
The documentation for this class was generated from the following file:
- ortools/constraint_solver/local_search.cc