Range iterator for least upper bound of singleton set view More...
#include <singleton.hpp>
Constructors and initialization | |
LubRanges (void) | |
Default constructor. | |
LubRanges (const SingletonView &x) | |
Initialize with ranges for view x. | |
void | init (const SingletonView &x) |
Initialize with ranges for view x. |
Range iterator for least upper bound of singleton set view
Definition at line 300 of file singleton.hpp.
Gecode::Set::LubRanges< SingletonView >::LubRanges | ( | void | ) | [inline] |
Default constructor.
Definition at line 314 of file singleton.hpp.
Gecode::Set::LubRanges< SingletonView >::LubRanges | ( | const SingletonView & | x | ) | [inline] |
Initialize with ranges for view x.
Definition at line 317 of file singleton.hpp.
void Gecode::Set::LubRanges< SingletonView >::init | ( | const SingletonView & | x | ) | [inline] |
Initialize with ranges for view x.
Definition at line 321 of file singleton.hpp.