Range iterator for the least upper bound of double-complement-views. More...
#include <complement.hpp>
Constructors and initialization | |
LubRanges (void) | |
Default constructor. | |
LubRanges (const ComplementView< ComplementView< View > > &x) | |
Initialize with ranges for view x. | |
void | init (const ComplementView< ComplementView< View > > &x) |
Initialize with ranges for view x. |
Range iterator for the least upper bound of double-complement-views.
This class provides (by specialization) a range iterator for the least upper bounds of complements of complement set views.
Definition at line 409 of file complement.hpp.
Gecode::Set::LubRanges< ComplementView< ComplementView< View > > >::LubRanges | ( | void | ) | [inline] |
Default constructor.
Reimplemented from Gecode::Set::LubRanges< View >.
Definition at line 415 of file complement.hpp.
Gecode::Set::LubRanges< ComplementView< ComplementView< View > > >::LubRanges | ( | const ComplementView< ComplementView< View > > & | x | ) | [inline] |
Initialize with ranges for view x.
Definition at line 426 of file complement.hpp.
void Gecode::Set::LubRanges< ComplementView< ComplementView< View > > >::init | ( | const ComplementView< ComplementView< View > > & | x | ) | [inline] |
Initialize with ranges for view x.
Definition at line 432 of file complement.hpp.