Generated on Thu Apr 11 14:00:06 2019 for Gecode by doxygen 1.6.3

Gecode::Iter::Ranges::ComplVal< I > Class Template Reference
[Range iterators]

Range iterator for computing the complement (described by values). More...

#include <ranges-compl.hpp>

List of all members.

Protected Member Functions

void start (void)
 Initialize.

Protected Attributes

int UMIN
 Values describing the universe set.
int UMAX
i
 Iterator to compute complement for.

Constructors and initialization



 ComplVal (void)
 Default constructor.
 ComplVal (int umin, int umax, I &i)
 Initialize with iterator i.
void init (int umin, int umax, I &i)
 Initialize with iterator i.

Iteration control



void operator++ (void)
 Move iterator to next range (if possible).

Detailed Description

template<class I>
class Gecode::Iter::Ranges::ComplVal< I >

Range iterator for computing the complement (described by values).

The complement is computed with respect to a given universe set provided as arguments upon initialization. The universe must always be a superset!

Definition at line 85 of file ranges-compl.hpp.


Constructor & Destructor Documentation

template<class I >
Gecode::Iter::Ranges::ComplVal< I >::ComplVal ( void   )  [inline]

Default constructor.

Definition at line 185 of file ranges-compl.hpp.

template<class I >
Gecode::Iter::Ranges::ComplVal< I >::ComplVal ( int  umin,
int  umax,
I &  i 
) [inline]

Initialize with iterator i.

Definition at line 189 of file ranges-compl.hpp.


Member Function Documentation

template<class I >
void Gecode::Iter::Ranges::ComplVal< I >::start ( void   )  [inline, protected]

Initialize.

Definition at line 164 of file ranges-compl.hpp.

template<class I >
void Gecode::Iter::Ranges::ComplVal< I >::init ( int  umin,
int  umax,
I &  i 
) [inline]

Initialize with iterator i.

Definition at line 196 of file ranges-compl.hpp.

template<class I >
void Gecode::Iter::Ranges::ComplVal< I >::operator++ ( void   )  [inline]

Move iterator to next range (if possible).

Definition at line 202 of file ranges-compl.hpp.


Member Data Documentation

template<class I>
int Gecode::Iter::Ranges::ComplVal< I >::UMIN [protected]

Values describing the universe set.

Definition at line 88 of file ranges-compl.hpp.

template<class I>
int Gecode::Iter::Ranges::ComplVal< I >::UMAX [protected]

Definition at line 88 of file ranges-compl.hpp.

template<class I>
I Gecode::Iter::Ranges::ComplVal< I >::i [protected]

Iterator to compute complement for.

Definition at line 90 of file ranges-compl.hpp.


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