Passing float variables.
More...
#include <float.hh>
Passing float variables.
Definition at line 981 of file float.hh.
◆ FloatVarArgs() [1/7]
Gecode::FloatVarArgs::FloatVarArgs |
( |
void |
| ) |
|
|
inline |
Allocate empty array.
Definition at line 986 of file float.hh.
◆ FloatVarArgs() [2/7]
Gecode::FloatVarArgs::FloatVarArgs |
( |
int |
n | ) |
|
|
inlineexplicit |
Allocate array with n elements.
Definition at line 988 of file float.hh.
◆ FloatVarArgs() [3/7]
Gecode::FloatVarArgs::FloatVarArgs |
( |
const FloatVarArgs & |
a | ) |
|
|
inline |
Initialize from variable argument array a (copy elements)
Definition at line 990 of file float.hh.
◆ FloatVarArgs() [4/7]
Initialize from variable array a (copy elements)
Definition at line 992 of file float.hh.
◆ FloatVarArgs() [5/7]
Gecode::FloatVarArgs::FloatVarArgs |
( |
const std::vector< FloatVar > & |
a | ) |
|
|
inline |
Initialize from vector a.
Definition at line 994 of file float.hh.
◆ FloatVarArgs() [6/7]
template<class InputIterator >
Gecode::FloatVarArgs::FloatVarArgs |
( |
InputIterator |
first, |
|
|
InputIterator |
last |
|
) |
| |
|
inline |
Initialize from InputIterator first and last.
Definition at line 997 of file float.hh.
◆ FloatVarArgs() [7/7]
Initialize array with n new variables.
The variables are created with a domain ranging from min to max. The following execptions might be thrown:
Definition at line 62 of file array.cpp.
The documentation for this class was generated from the following files: