Generated on Thu Apr 11 13:59:41 2019 for Gecode by doxygen 1.6.3

Gecode::FloatVarArray Class Reference
[Variable arrays]

Float variable array. More...

#include <float.hh>

List of all members.

Creation and initialization



 FloatVarArray (void)
 Default constructor (array of size 0).
 FloatVarArray (Space &home, int n)
 Allocate array for n float variables (variables are uninitialized).
 FloatVarArray (const FloatVarArray &a)
 Initialize from float variable array a (share elements).
 FloatVarArray (Space &home, const FloatVarArgs &a)
 Initialize from float variable argument array a (copy elements).
 FloatVarArray (Space &home, int n, FloatNum min, FloatNum max)
 Initialize array with n new variables.

Detailed Description

Float variable array.

Definition at line 1030 of file float.hh.


Constructor & Destructor Documentation

Gecode::FloatVarArray::FloatVarArray ( void   )  [inline]

Default constructor (array of size 0).

Definition at line 102 of file array.hpp.

Gecode::FloatVarArray::FloatVarArray ( Space home,
int  n 
) [inline]

Allocate array for n float variables (variables are uninitialized).

Definition at line 105 of file array.hpp.

Gecode::FloatVarArray::FloatVarArray ( const FloatVarArray a  )  [inline]

Initialize from float variable array a (share elements).

Definition at line 109 of file array.hpp.

Gecode::FloatVarArray::FloatVarArray ( Space home,
const FloatVarArgs a 
) [inline]

Initialize from float variable argument array a (copy elements).

Definition at line 113 of file array.hpp.

Gecode::FloatVarArray::FloatVarArray ( Space home,
int  n,
FloatNum  min,
FloatNum  max 
)

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 48 of file array.cpp.


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