Generated on Wed Nov 1 15:04:59 2006 for Gecode by doxygen 1.4.5

Variable arrays
[Using finite domain integers]

Collaboration diagram for Variable arrays:


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).


Classes

class  Gecode::IntVarArray
 Integer variable array. More...
class  Gecode::BoolVarArray
 Boolean variable array. More...