Generated on Thu Jul 25 2019 00:00:00 for Gecode by doxygen 1.8.15
Test::Int::IntPropLevels Class Reference

Iterator for simple integer propagation levels. More...

#include <int.hh>

Public Member Functions

 IntPropLevels (void)
 Initialize iterator. More...
 
bool operator() (void) const
 Test whether iterator is done. More...
 
void operator++ (void)
 Increment to next level. More...
 
Gecode::IntPropLevel ipl (void) const
 Return current level. More...
 

Detailed Description

Iterator for simple integer propagation levels.

Definition at line 334 of file int.hh.

Constructor & Destructor Documentation

◆ IntPropLevels()

Test::Int::IntPropLevels::IntPropLevels ( void  )
inline

Initialize iterator.

Definition at line 296 of file int.hpp.

Member Function Documentation

◆ operator()()

bool Test::Int::IntPropLevels::operator() ( void  ) const
inline

Test whether iterator is done.

Definition at line 299 of file int.hpp.

◆ operator++()

void Test::Int::IntPropLevels::operator++ ( void  )
inline

Increment to next level.

Definition at line 303 of file int.hpp.

◆ ipl()

Gecode::IntPropLevel Test::Int::IntPropLevels::ipl ( void  ) const
inline

Return current level.

Definition at line 307 of file int.hpp.


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