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

Specification for floating point variables. More...

#include <varspec.hh>

Public Member Functions

 FloatVarSpec (Option< std::pair< double, double > > &d, bool introduced, bool funcDep)
 
 FloatVarSpec (double d, bool introduced, bool funcDep)
 
 FloatVarSpec (const Alias &eq, bool introduced, bool funcDep)
 
- Public Member Functions inherited from Gecode::FlatZinc::VarSpec
virtual ~VarSpec (void)
 Destructor. More...
 
 VarSpec (bool introduced0, bool funcDep0)
 Constructor. More...
 

Public Attributes

Option< std::pair< double, double > > 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 floating point variables.

Definition at line 123 of file varspec.hh.

Constructor & Destructor Documentation

Gecode::FlatZinc::FloatVarSpec::FloatVarSpec ( Option< std::pair< double, double > > &  d,
bool  introduced,
bool  funcDep 
)
inline

Definition at line 126 of file varspec.hh.

Gecode::FlatZinc::FloatVarSpec::FloatVarSpec ( double  d,
bool  introduced,
bool  funcDep 
)
inline

Definition at line 131 of file varspec.hh.

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

Definition at line 136 of file varspec.hh.

Member Data Documentation

Option<std::pair<double,double> > Gecode::FlatZinc::FloatVarSpec::domain

Definition at line 125 of file varspec.hh.


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