OR-Tools  8.2
NearestNeighbors

Detailed Description

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
 

Constructor & Destructor Documentation

◆ NearestNeighbors()

NearestNeighbors ( Solver::IndexEvaluator3  evaluator,
const PathOperator path_operator,
int  size 
)

Definition at line 1606 of file local_search.cc.

◆ ~NearestNeighbors()

virtual ~NearestNeighbors ( )
inlinevirtual

Definition at line 1588 of file local_search.cc.

Member Function Documentation

◆ DebugString()

virtual std::string DebugString ( ) const
inlinevirtual

Definition at line 1592 of file local_search.cc.

◆ Initialize()

void Initialize ( )

Definition at line 1613 of file local_search.cc.

◆ Neighbors()

const std::vector< int > & Neighbors ( int  index) const

Definition at line 1624 of file local_search.cc.


The documentation for this class was generated from the following file: