Generated on Sun Aug 26 2012 08:44:24 for Gecode by doxygen 1.8.1.1
Gecode::Set::GlbRanges< SetView > Class Template Reference

Range iterator for greatest lower bound of set variable views More...

#include <set.hpp>

List of all members.

Constructors and initialization

 GlbRanges (void)
 Default constructor.
 GlbRanges (const SetView &x)
 Initialize with ranges for view x.
void init (const SetView &x)
 Initialize with ranges for view x.

Additional Inherited Members

- Public Member Functions inherited from Gecode::Set::GlbRanges< SetVarImp * >
 GlbRanges (const SetVarImp *x)
 Initialize with ranges for variable implementation x.
void init (const SetVarImp *)
 Initialize with ranges for variable implementation x.

Detailed Description

template<>
class Gecode::Set::GlbRanges< SetView >

Range iterator for greatest lower bound of set variable views

Definition at line 236 of file set.hpp.


Constructor & Destructor Documentation

Gecode::Set::GlbRanges< SetView >::GlbRanges ( void  )
inline

Default constructor.

Reimplemented from Gecode::Set::GlbRanges< SetVarImp * >.

Definition at line 249 of file set.hpp.

Gecode::Set::GlbRanges< SetView >::GlbRanges ( const SetView x)
inline

Initialize with ranges for view x.

Definition at line 252 of file set.hpp.


Member Function Documentation

void Gecode::Set::GlbRanges< SetView >::init ( const SetView x)
inline

Initialize with ranges for view x.

Definition at line 256 of file set.hpp.


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