Generated on Thu Oct 26 14:26:06 2006 for Gecode by doxygen 1.4.7

Gecode::Set::GlbRanges< SetVarImp * > Class Template Reference
[Programming set actors]

Inherits Gecode::Set::BndSetRanges.

Inherited by Gecode::Set::GlbRanges< SetView >.

List of all members.


Detailed Description

template<>
class Gecode::Set::GlbRanges< SetVarImp * >

Range iterator for the greatest lower bound of a set variable implementation.

This class provides (by specialization) a range iterator for the greatest lower bounds of set variable implementations.

Definition at line 316 of file imp.icc.

Constructors and initialization

 GlbRanges (void)
 Default constructor.
 GlbRanges (const SetVarImp *x)
 Initialize with ranges for variable implementation x.
void init (const SetVarImp *)
 Initialize with ranges for variable implementation x.


Constructor & Destructor Documentation

Gecode::Set::GlbRanges< SetVarImp * >::GlbRanges ( void   )  [inline]

Default constructor.

Reimplemented in Gecode::Set::GlbRanges< SetView >.

Definition at line 330 of file imp.icc.

Gecode::Set::GlbRanges< SetVarImp * >::GlbRanges ( const SetVarImp x  )  [inline]

Initialize with ranges for variable implementation x.

Definition at line 333 of file imp.icc.


Member Function Documentation

void Gecode::Set::GlbRanges< SetVarImp * >::init ( const SetVarImp  )  [inline]

Initialize with ranges for variable implementation x.

Definition at line 337 of file imp.icc.


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