
Specification for integer variables. More...
#include <varspec.hh>
Public Member Functions | |
| IntVarSpec (const Option< AST::SetLit * > &d, bool introduced, bool funcDep) | |
| IntVarSpec (int i0, bool introduced, bool funcDep) | |
| IntVarSpec (const Alias &eq, bool introduced, bool funcDep) | |
| ~IntVarSpec (void) | |
Public Member Functions inherited from Gecode::FlatZinc::VarSpec | |
| virtual | ~VarSpec (void) |
| Destructor. More... | |
| VarSpec (bool introduced0, bool funcDep0) | |
| Constructor. More... | |
Public Attributes | |
| Option< AST::SetLit * > | domain |
Public Attributes inherited from Gecode::FlatZinc::VarSpec | |
| int | i |
| Variable index. More... | |
| bool | alias |
| Whether the variable aliases another variable. More... | |
| bool | assigned |
| Whether the variable is assigned. More... | |
| bool | introduced |
| Whether the variable was introduced in the mzn2fzn translation. More... | |
| bool | funcDep |
| Whether the variable functionally depends on another variable. More... | |
Specification for integer variables.
Definition at line 76 of file varspec.hh.
|
inline |
Definition at line 79 of file varspec.hh.
|
inline |
Definition at line 86 of file varspec.hh.
|
inline |
Definition at line 90 of file varspec.hh.
|
inline |
Definition at line 94 of file varspec.hh.
| Option<AST::SetLit* > Gecode::FlatZinc::IntVarSpec::domain |
Definition at line 78 of file varspec.hh.