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

Variable arrays
[Using float variables and constraints]

Classes

class  Gecode::FloatVarArray
 Float variable array. More...

Detailed Description

Variable arrays can store variables. They are typically used for storing the variables being part of a solution (script). However, they can also be used for temporary purposes (even though memory is not reclaimed until the space it is created for is deleted).