Generated on Tue Sep 25 2012 20:53:30 for Gecode by doxygen 1.7.5
Gecode::Int::Linear::SupportSet::ResultIter Class Reference

Support-based iterator: iterates values to be removed. More...

List of all members.

Public Member Functions

 ResultIter (const SupportSet &s0, const IntView &x)
 Initialize iterator.
void operator++ (void)
 Increment to next supported value.

Protected Attributes

const SupportSets
 The support set used.
unsigned int p
 The current position of the value.

Detailed Description

Support-based iterator: iterates values to be removed.


Constructor & Destructor Documentation

Gecode::Int::Linear::SupportSet::ResultIter::ResultIter ( const SupportSet s0,
const IntView x 
) [inline]

Initialize iterator.

Definition at line 182 of file int-dom.hpp.


Member Function Documentation

void Gecode::Int::Linear::SupportSet::ResultIter::operator++ ( void  ) [inline]

Increment to next supported value.

Definition at line 189 of file int-dom.hpp.


Member Data Documentation

The support set used.

Definition at line 66 of file int-dom.hpp.

The current position of the value.

Definition at line 68 of file int-dom.hpp.


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