Specification for set variables.
More...
#include <varspec.hh>
Public Attributes |
Option< AST::SetLit * > | upperBound |
bool | introduced |
| Whether the variable was introduced in the mzn2fzn translation.
|
int | i |
| Variable index.
|
bool | alias |
| Whether the variable aliases another variable.
|
bool | assigned |
| Whether the variable is assigned.
|
Detailed Description
Specification for set variables.
Definition at line 135 of file varspec.hh.
Constructor & Destructor Documentation
Gecode::FlatZinc::SetVarSpec::SetVarSpec |
( |
bool |
introduced | ) |
|
|
inline |
Gecode::FlatZinc::SetVarSpec::SetVarSpec |
( |
const Option< AST::SetLit * > & |
v, |
|
|
bool |
introduced |
|
) |
| |
|
inline |
Gecode::FlatZinc::SetVarSpec::SetVarSpec |
( |
AST::SetLit * |
v, |
|
|
bool |
introduced |
|
) |
| |
|
inline |
Gecode::FlatZinc::SetVarSpec::SetVarSpec |
( |
const Alias & |
eq, |
|
|
bool |
introduced |
|
) |
| |
|
inline |
Gecode::FlatZinc::SetVarSpec::~SetVarSpec |
( |
void |
| ) |
|
|
inline |
Member Data Documentation
The documentation for this class was generated from the following file: