Generated on Tue Sep 25 2012 20:53:33 for Gecode by doxygen 1.7.5
Gecode::Set::UnknownRanges Class Reference

Range iterator for the unknown set. More...

#include <var-imp.hpp>

List of all members.

Constructors and initialization

 UnknownRanges (void)
 Default constructor.
 UnknownRanges (const T &x)
 Initialize with unknown set ranges for set variable x.
void init (const T &x)
 Initialize with unknown set ranges for set variable x.

Detailed Description

Range iterator for the unknown set.

This class provides a range iterator for the unknown set of all set views. The unknown set is the difference between least upper and greatest lower bound, i.e. those elements which still may be in the set, but are not yet known to be in.


Constructor & Destructor Documentation

Gecode::Set::UnknownRanges::UnknownRanges ( void  ) [inline]

Default constructor.

Definition at line 44 of file iter.hpp.

Gecode::Set::UnknownRanges::UnknownRanges ( const T &  x) [inline]

Initialize with unknown set ranges for set variable x.

Definition at line 48 of file iter.hpp.


Member Function Documentation

void Gecode::Set::UnknownRanges::init ( const T &  x) [inline]

Initialize with unknown set ranges for set variable x.

Definition at line 54 of file iter.hpp.


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