Gecode::CpltSetVarGlbRanges Class Reference
[Set variables with complete domain representation]
#include <cpltset.hh>
Detailed Description
Range iterator for the greatest lower bound of a bdd variable.Definition at line 328 of file cpltset.hh.
Public Member Functions | |
CpltSetVarGlbRanges (void) | |
CpltSetVarGlbRanges (const CpltSetVar &x) | |
bool | operator() (void) const |
void | operator++ (void) |
int | min (void) const |
int | max (void) const |
Constructor & Destructor Documentation
Gecode::CpltSetVarGlbRanges::CpltSetVarGlbRanges | ( | void | ) | [inline] |
Definition at line 129 of file cpltset.icc.
Gecode::CpltSetVarGlbRanges::CpltSetVarGlbRanges | ( | const CpltSetVar & | x | ) | [inline] |
Definition at line 132 of file cpltset.icc.
Member Function Documentation
bool Gecode::CpltSetVarGlbRanges::operator() | ( | void | ) | const [inline] |
Definition at line 136 of file cpltset.icc.
void Gecode::CpltSetVarGlbRanges::operator++ | ( | void | ) | [inline] |
Definition at line 139 of file cpltset.icc.
int Gecode::CpltSetVarGlbRanges::min | ( | void | ) | const [inline] |
Definition at line 142 of file cpltset.icc.
int Gecode::CpltSetVarGlbRanges::max | ( | void | ) | const [inline] |
Definition at line 145 of file cpltset.icc.
The documentation for this class was generated from the following files:
- gecode/cpltset.hh (Revision: 7494)
- gecode/cpltset/var/cpltset.icc (Revision: 6274)