Passing float variables.
More...
#include <float.hh>
Passing float variables.
Definition at line 979 of file float.hh.
◆ FloatVarArgs() [1/8]
Gecode::FloatVarArgs::FloatVarArgs |
( |
void |
| ) |
|
|
inline |
Allocate empty array.
Definition at line 73 of file array.hpp.
◆ FloatVarArgs() [2/8]
Gecode::FloatVarArgs::FloatVarArgs |
( |
int |
n | ) |
|
|
inlineexplicit |
Allocate array with n elements.
Definition at line 76 of file array.hpp.
◆ FloatVarArgs() [3/8]
Gecode::FloatVarArgs::FloatVarArgs |
( |
const FloatVarArgs & |
a | ) |
|
|
inline |
Initialize from variable argument array a (copy elements)
Definition at line 80 of file array.hpp.
◆ FloatVarArgs() [4/8]
Initialize from variable array a (copy elements)
Definition at line 84 of file array.hpp.
◆ FloatVarArgs() [5/8]
Gecode::FloatVarArgs::FloatVarArgs |
( |
const std::vector< FloatVar > & |
a | ) |
|
|
inline |
Initialize from vector a.
Definition at line 88 of file array.hpp.
◆ FloatVarArgs() [6/8]
Gecode::FloatVarArgs::FloatVarArgs |
( |
std::initializer_list< FloatVar > |
a | ) |
|
|
inline |
Initialize from list a.
Definition at line 92 of file array.hpp.
◆ FloatVarArgs() [7/8]
template<class InputIterator >
Gecode::FloatVarArgs::FloatVarArgs |
( |
InputIterator |
first, |
|
|
InputIterator |
last |
|
) |
| |
|
inline |
Initialize from InputIterator first and last.
Definition at line 97 of file array.hpp.
◆ FloatVarArgs() [8/8]
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 58 of file array.cpp.
The documentation for this class was generated from the following files: