Specification for set variables. More...
#include <varspec.hh>
Public Member Functions | |
SetVarSpec (bool introduced, bool funcDep) | |
SetVarSpec (const Option< AST::SetLit * > &v, bool introduced, bool funcDep) | |
SetVarSpec (AST::SetLit *v, bool introduced, bool funcDep) | |
SetVarSpec (const Alias &eq, bool introduced, bool funcDep) | |
~SetVarSpec (void) | |
Public Attributes | |
Option< AST::SetLit * > | upperBound |
Specification for set variables.
Definition at line 143 of file varspec.hh.
Gecode::FlatZinc::SetVarSpec::SetVarSpec | ( | bool | introduced, |
bool | funcDep | ||
) | [inline] |
Definition at line 146 of file varspec.hh.
Gecode::FlatZinc::SetVarSpec::SetVarSpec | ( | const Option< AST::SetLit * > & | v, |
bool | introduced, | ||
bool | funcDep | ||
) | [inline] |
Definition at line 150 of file varspec.hh.
Gecode::FlatZinc::SetVarSpec::SetVarSpec | ( | AST::SetLit * | v, |
bool | introduced, | ||
bool | funcDep | ||
) | [inline] |
Definition at line 154 of file varspec.hh.
Gecode::FlatZinc::SetVarSpec::SetVarSpec | ( | const Alias & | eq, |
bool | introduced, | ||
bool | funcDep | ||
) | [inline] |
Definition at line 159 of file varspec.hh.
Gecode::FlatZinc::SetVarSpec::~SetVarSpec | ( | void | ) | [inline] |
Definition at line 163 of file varspec.hh.
Definition at line 145 of file varspec.hh.