Specification for integer variables.
More...
#include <varspec.hh>
|
Option< AST::SetLit * > | domain |
|
int | i |
| Variable index.
|
|
bool | alias |
| Whether the variable aliases another variable.
|
|
bool | assigned |
| Whether the variable is assigned.
|
|
bool | introduced |
| Whether the variable was introduced in the mzn2fzn translation.
|
|
bool | funcDep |
| Whether the variable functionally depends on another variable.
|
|
Specification for integer variables.
Definition at line 72 of file varspec.hh.
◆ IntVarSpec() [1/3]
Gecode::FlatZinc::IntVarSpec::IntVarSpec |
( |
const Option< AST::SetLit * > & |
d, |
|
|
bool |
introduced, |
|
|
bool |
funcDep |
|
) |
| |
|
inline |
◆ IntVarSpec() [2/3]
Gecode::FlatZinc::IntVarSpec::IntVarSpec |
( |
int |
i0, |
|
|
bool |
introduced, |
|
|
bool |
funcDep |
|
) |
| |
|
inline |
◆ IntVarSpec() [3/3]
Gecode::FlatZinc::IntVarSpec::IntVarSpec |
( |
const Alias & |
eq, |
|
|
bool |
introduced, |
|
|
bool |
funcDep |
|
) |
| |
|
inline |
◆ ~IntVarSpec()
Gecode::FlatZinc::IntVarSpec::~IntVarSpec |
( |
void |
| ) |
|
|
inline |
◆ domain
The documentation for this class was generated from the following file: