Google OR-Tools: operations_research::NodeNeighborIterator Class Reference

Definition at line 1396 of file constraint_solveri.h.

#include <constraint_solveri.h>

Public Member Functions

 NodeNeighborIterator ()
 ~NodeNeighborIterator ()
template<class PathOperator>
void Reset (const PathOperator &path_operator, int base_index_reference)
bool Next ()
int GetValue () const
bool IsIncomingNeighbor () const
bool IsOutgoingNeighbor () const
operations_research::NodeNeighborIterator::NodeNeighborIterator ( )
inline

◆ ~NodeNeighborIterator()

operations_research::NodeNeighborIterator::~NodeNeighborIterator ( )
inline

◆ GetValue()

int operations_research::NodeNeighborIterator::GetValue ( ) const
inline

◆ IsIncomingNeighbor()

bool operations_research::NodeNeighborIterator::IsIncomingNeighbor ( ) const
inline

◆ IsOutgoingNeighbor()

bool operations_research::NodeNeighborIterator::IsOutgoingNeighbor ( ) const
inline

◆ Next()

bool operations_research::NodeNeighborIterator::Next ( )
inline

◆ Reset()

void operations_research::NodeNeighborIterator::Reset ( const PathOperator & path_operator,
int base_index_reference )
inline

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