Generated on Sat Feb 7 2015 02:01:42 for Gecode by doxygen 1.8.9.1
Gecode::FlatZinc::IntVarSpec Class Reference

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...
 

Detailed Description

Specification for integer variables.

Definition at line 76 of file varspec.hh.

Constructor & Destructor Documentation

Gecode::FlatZinc::IntVarSpec::IntVarSpec ( const Option< AST::SetLit * > &  d,
bool  introduced,
bool  funcDep 
)
inline

Definition at line 79 of file varspec.hh.

Gecode::FlatZinc::IntVarSpec::IntVarSpec ( int  i0,
bool  introduced,
bool  funcDep 
)
inline

Definition at line 86 of file varspec.hh.

Gecode::FlatZinc::IntVarSpec::IntVarSpec ( const Alias eq,
bool  introduced,
bool  funcDep 
)
inline

Definition at line 90 of file varspec.hh.

Gecode::FlatZinc::IntVarSpec::~IntVarSpec ( void  )
inline

Definition at line 94 of file varspec.hh.

Member Data Documentation

Option<AST::SetLit* > Gecode::FlatZinc::IntVarSpec::domain

Definition at line 78 of file varspec.hh.


The documentation for this class was generated from the following file: