Gecode::FlatZinc::SetVarSpec Class Reference
Specification for set variables. More...
#include <varspec.hh>
Public Member Functions | |
SetVarSpec (bool introduced) | |
SetVarSpec (const Option< AST::SetLit * > &v, bool introduced) | |
SetVarSpec (AST::SetLit *v, bool introduced) | |
SetVarSpec (const Alias &eq, bool introduced) | |
~SetVarSpec (void) | |
Public Attributes | |
Option< AST::SetLit * > | upperBound |
Detailed Description
Specification for set variables.
Definition at line 135 of file varspec.hh.
Constructor & Destructor Documentation
Gecode::FlatZinc::SetVarSpec::SetVarSpec | ( | bool | introduced | ) | [inline] |
Definition at line 138 of file varspec.hh.
Gecode::FlatZinc::SetVarSpec::SetVarSpec | ( | const Option< AST::SetLit * > & | v, | |
bool | introduced | |||
) | [inline] |
Definition at line 142 of file varspec.hh.
Gecode::FlatZinc::SetVarSpec::SetVarSpec | ( | AST::SetLit * | v, | |
bool | introduced | |||
) | [inline] |
Definition at line 146 of file varspec.hh.
Gecode::FlatZinc::SetVarSpec::SetVarSpec | ( | const Alias & | eq, | |
bool | introduced | |||
) | [inline] |
Definition at line 150 of file varspec.hh.
Gecode::FlatZinc::SetVarSpec::~SetVarSpec | ( | void | ) | [inline] |
Definition at line 153 of file varspec.hh.
Member Data Documentation
Definition at line 137 of file varspec.hh.
The documentation for this class was generated from the following file:
- gecode/flatzinc/varspec.hh (Revision: 10682)