Generated on Fri Aug 24 2012 04:52:32 for Gecode by doxygen 1.8.1.1
Gecode::Set::LubRanges< SetView > Class Template Reference

Range iterator for least upper bound of set variable views More...

#include <set.hpp>

List of all members.

Constructors and initialization

 LubRanges (void)
 Default constructor.
 LubRanges (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::LubRanges< SetVarImp * >
 LubRanges (const SetVarImp *)
 Initialize with ranges for variable implementation x.
void init (const SetVarImp *)
 Initialize with ranges for variable implementation x.

Detailed Description

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

Range iterator for least upper bound of set variable views

Definition at line 205 of file set.hpp.


Constructor & Destructor Documentation

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

Default constructor.

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

Definition at line 219 of file set.hpp.

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

Initialize with ranges for view x.

Definition at line 222 of file set.hpp.


Member Function Documentation

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

Initialize with ranges for view x.

Definition at line 226 of file set.hpp.


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