
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 296 of file var-imp.hpp.
| Gecode::Set::RangesCompl< I >::RangesCompl | ( | void | ) |
Default constructor.
Definition at line 409 of file integerset.hpp.
| Gecode::Set::RangesCompl< I >::RangesCompl | ( | I & | i | ) |
Initialize with iterator i.
Definition at line 412 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 418 of file integerset.hpp.