A complement iterator spezialized for the BndSet limits. More...
#include <var-imp.hpp>
Constructors and initialization | |
RangesCompl (void) | |
Default constructor. | |
RangesCompl (I &i) | |
Initialize with iterator i. | |
void | init (I &i) |
Initialize with iterator i. |
A complement iterator spezialized for the BndSet limits.
Definition at line 380 of file var-imp.hpp.
Gecode::Set::RangesCompl< I >::RangesCompl | ( | void | ) |
Default constructor.
Definition at line 498 of file integerset.hpp.
Gecode::Set::RangesCompl< I >::RangesCompl | ( | I & | i | ) |
Initialize with iterator i.
Definition at line 501 of file integerset.hpp.
void Gecode::Set::RangesCompl< I >::init | ( | I & | i | ) |
Initialize with iterator i.
Reimplemented from Gecode::Iter::Ranges::Compl< Limits::min, Limits::max, I >.
Definition at line 507 of file integerset.hpp.