Generated on Sun Aug 26 2012 08:44:24 for Gecode by doxygen 1.8.1.1
Gecode::Set::UnknownRanges< T > Class Template 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.

Additional Inherited Members

- Public Member Functions inherited from Gecode::Iter::Ranges::Diff< LubRanges< T >, GlbRanges< T > >
 Diff (void)
 Default constructor.
 Diff (LubRanges< T > &i, GlbRanges< T > &j)
 Initialize with iterator i and j.
void init (LubRanges< T > &i, GlbRanges< T > &j)
 Initialize with iterator i and j.
void operator++ (void)
 Move iterator to next range (if possible)
- Protected Attributes inherited from Gecode::Iter::Ranges::Diff< LubRanges< T >, GlbRanges< T > >
LubRanges< T > i
 Iterator from which to subtract.
GlbRanges< T > j
 Iterator to be subtracted.
- Protected Attributes inherited from Gecode::Iter::Ranges::MinMax
int mi
 Minimum of current range.
int ma
 Maximum of current range.

Detailed Description

template<class T>
class Gecode::Set::UnknownRanges< T >

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.

Definition at line 406 of file var-imp.hpp.


Constructor & Destructor Documentation

template<class T >
Gecode::Set::UnknownRanges< T >::UnknownRanges ( void  )
inline

Default constructor.

Definition at line 44 of file iter.hpp.

template<class T>
Gecode::Set::UnknownRanges< T >::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

template<class T>
void Gecode::Set::UnknownRanges< T >::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: