Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
operations_research::PathState::NodeRange::Iterator Class Reference

#include <constraint_solveri.h>

Public Member Functions

Iteratoroperator++ ()
 
int operator* () const
 
bool operator!= (Iterator other) const
 

Friends

class NodeRange
 Only a NodeRange can construct its Iterator.
 

Detailed Description

Definition at line 3634 of file constraint_solveri.h.

Member Function Documentation

◆ operator!=()

bool operations_research::PathState::NodeRange::Iterator::operator!= ( Iterator other) const
inline

Definition at line 3649 of file constraint_solveri.h.

◆ operator*()

int operations_research::PathState::NodeRange::Iterator::operator* ( ) const
inline

Definition at line 3648 of file constraint_solveri.h.

◆ operator++()

Iterator & operations_research::PathState::NodeRange::Iterator::operator++ ( )
inline
Note
dereferencing bounds is valid because there is a sentinel value at the end of PathState::chains_ to that intent.

Definition at line 3636 of file constraint_solveri.h.

Friends And Related Symbol Documentation

◆ NodeRange

friend class NodeRange
friend

Only a NodeRange can construct its Iterator.

Definition at line 3655 of file constraint_solveri.h.


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