Generated on Tue May 22 09:41:09 2018 for Gecode by doxygen 1.6.3

Gecode::FlatZinc::FloatVarSpec Class Reference

Specification for floating point variables. More...

#include <varspec.hh>

List of all members.

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 Attributes

Option< std::pair< double,
double > > 
domain

Detailed Description

Specification for floating point variables.

Definition at line 119 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 122 of file varspec.hh.

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

Definition at line 127 of file varspec.hh.

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

Definition at line 132 of file varspec.hh.


Member Data Documentation

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

Definition at line 121 of file varspec.hh.


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