Gecode::CpltSetVarGlbValues Class Reference
[Set variables with complete domain representation]
#include <cpltset.hh>
Detailed Description
Value iterator for the greatest lower bound of a bdd variable.Definition at line 345 of file cpltset.hh.
Public Member Functions | |
CpltSetVarGlbValues (void) | |
CpltSetVarGlbValues (const CpltSetVar &x) | |
bool | operator() (void) const |
void | operator++ (void) |
int | val (void) const |
Constructor & Destructor Documentation
Gecode::CpltSetVarGlbValues::CpltSetVarGlbValues | ( | void | ) | [inline] |
Definition at line 148 of file cpltset.icc.
Gecode::CpltSetVarGlbValues::CpltSetVarGlbValues | ( | const CpltSetVar & | x | ) | [inline] |
Definition at line 151 of file cpltset.icc.
Member Function Documentation
bool Gecode::CpltSetVarGlbValues::operator() | ( | void | ) | const [inline] |
Definition at line 155 of file cpltset.icc.
void Gecode::CpltSetVarGlbValues::operator++ | ( | void | ) | [inline] |
Definition at line 158 of file cpltset.icc.
int Gecode::CpltSetVarGlbValues::val | ( | void | ) | const [inline] |
Definition at line 161 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)