Generated on Tue Jan 28 2020 00:00:00 for Gecode by doxygen 1.8.17

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

Classes

class  Gecode::SetVarArray
 Set variable array More...
 

Detailed Description

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