Google OR-Tools v9.12
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
operations_research::NodeNeighborIterator Class Reference

#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
 

Detailed Description

Definition at line 1397 of file constraint_solveri.h.

Constructor & Destructor Documentation

◆ NodeNeighborIterator()

operations_research::NodeNeighborIterator::NodeNeighborIterator ( )
inline

Definition at line 1399 of file constraint_solveri.h.

◆ ~NodeNeighborIterator()

operations_research::NodeNeighborIterator::~NodeNeighborIterator ( )
inline

Definition at line 1400 of file constraint_solveri.h.

Member Function Documentation

◆ GetValue()

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

Definition at line 1423 of file constraint_solveri.h.

◆ IsIncomingNeighbor()

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

Definition at line 1431 of file constraint_solveri.h.

◆ IsOutgoingNeighbor()

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

Definition at line 1434 of file constraint_solveri.h.

◆ Next()

bool operations_research::NodeNeighborIterator::Next ( )
inline

Definition at line 1420 of file constraint_solveri.h.

◆ Reset()

template<class PathOperator>
void operations_research::NodeNeighborIterator::Reset ( const PathOperator & path_operator,
int base_index_reference )
inline

Definition at line 1402 of file constraint_solveri.h.


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