
A complement iterator spezialized for the BndSet limits. More...
#include <var-imp.hpp>
Constructors and initialization | |
| RangesCompl (void) | |
| Default constructor. More... | |
| RangesCompl (I &i) | |
| Initialize with iterator i. More... | |
| void | init (I &i) |
| Initialize with iterator i. More... | |
Additional Inherited Members | |
Public Member Functions inherited from Gecode::Iter::Ranges::Compl< Limits::min, Limits::max, I > | |
| Compl (void) | |
| Default constructor. More... | |
| Compl (I &i) | |
| Initialize with iterator i. More... | |
| void | init (I &i) |
| Initialize with iterator i. More... | |
| void | operator++ (void) |
| Move iterator to next range (if possible) More... | |
Public Member Functions inherited from Gecode::Iter::Ranges::MinMax | |
| MinMax (void) | |
| Default constructor. More... | |
| MinMax (int min, int max) | |
| Initialize with range min to max. More... | |
| bool | operator() (void) const |
| Test whether iterator is still at a range or done. More... | |
| int | min (void) const |
| Return smallest value of range. More... | |
| int | max (void) const |
| Return largest value of range. More... | |
| unsigned int | width (void) const |
| Return width of range (distance between minimum and maximum) More... | |
Protected Member Functions inherited from Gecode::Iter::Ranges::Compl< Limits::min, Limits::max, I > | |
| void | start (void) |
| Initialize. More... | |
Protected Member Functions inherited from Gecode::Iter::Ranges::MinMax | |
| void | finish (void) |
| Set range such that iteration stops More... | |
Protected Attributes inherited from Gecode::Iter::Ranges::Compl< Limits::min, Limits::max, I > | |
| I | i |
| Iterator to compute complement for. More... | |
Protected Attributes inherited from Gecode::Iter::Ranges::MinMax | |
| int | mi |
| Minimum of current range. More... | |
| int | ma |
| Maximum of current range. More... | |
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.
Definition at line 418 of file integerset.hpp.