Google OR-Tools: operations_research::AlternativeNodeIterator Class Reference

Definition at line 1366 of file constraint_solveri.h.

#include <constraint_solveri.h>

Public Member Functions

 AlternativeNodeIterator (bool use_sibling)
 ~AlternativeNodeIterator ()
template<class PathOperator>
void Reset (const PathOperator &path_operator, int base_index_reference)
bool Next ()
int GetValue () const
operations_research::AlternativeNodeIterator::AlternativeNodeIterator ( bool use_sibling)
inlineexplicit

◆ ~AlternativeNodeIterator()

operations_research::AlternativeNodeIterator::~AlternativeNodeIterator ( )
inline

◆ GetValue()

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

◆ Next()

bool operations_research::AlternativeNodeIterator::Next ( )
inline

◆ Reset()

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

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