Generated on Wed Nov 5 2014 05:18:38 for Gecode by doxygen 1.7.6.1
Gecode::FloatVarArray Class Reference

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 1016 of file float.hh.


Constructor & Destructor Documentation

Default constructor (array of size 0)

Definition at line 83 of file array.hpp.

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

Allocate array for n float variables (variables are uninitialized)

Definition at line 86 of file array.hpp.

Initialize from float variable array a (share elements)

Definition at line 90 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 94 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 53 of file array.cpp.


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