Generated on Sat Aug 25 2012 15:53:06 for Gecode by doxygen 1.7.5
Integer value selection for brancher

Classes

class  Gecode::Int::Branch::ValMin
 Class for selecting minimum value. More...
class  Gecode::Int::Branch::ValMed
 Class for selecting median value. More...
class  Gecode::Int::Branch::ValRnd
 Class for random value selection. More...
class  Gecode::Int::Branch::ValSplitMin
 Class for splitting domain at mean of smallest and largest element (lower half first) More...
class  Gecode::Int::Branch::ValRangeMin
 Class for trying the first range of a domain first or splitting domain at mean of smallest and largest element (lower half first) More...
class  Gecode::Int::Branch::ValZeroOne
 Class for trying zero and then one. More...

Detailed Description

Contains a description of value selection strategies on integer views that can be used together with the generic view/value brancher class Gecode::ViewValBrancher (argument ValSel).

All value selection classes require