Generated on Wed Jan 1 2020 10:37:59 for Gecode by doxygen 1.8.16
Test::Int::IntPropBasicAdvanced Class Reference

Iterator for basic and advanced integer propagation levels. More...

#include <int.hh>

Public Member Functions

 IntPropBasicAdvanced (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 basic and advanced integer propagation levels.

Definition at line 350 of file int.hh.

Constructor & Destructor Documentation

◆ IntPropBasicAdvanced()

Test::Int::IntPropBasicAdvanced::IntPropBasicAdvanced ( void  )
inline

Initialize iterator.

Definition at line 319 of file int.hpp.

Member Function Documentation

◆ operator()()

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

Test whether iterator is done.

Definition at line 322 of file int.hpp.

◆ operator++()

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

Increment to next level.

Definition at line 326 of file int.hpp.

◆ ipl()

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

Return current level.

Definition at line 330 of file int.hpp.


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