Generated on Wed Jan 4 17:49:17 2006 for Gecode by doxygen 1.4.6

Integer value selection for branching
[Other available functionality]

Collaboration diagram for Integer value selection for branching:


Detailed Description

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

All value selection classes require

 #include "int/branch.hh" 


Classes

class  Gecode::Int::Branch::ValMin
 Class for selecting minimum value. More...
class  Gecode::Int::Branch::ValMed
 Class for selecting maximum value. More...
class  Gecode::Int::Branch::ValMax
 Class for selecting median value. More...
class  Gecode::Int::Branch::ValSplitMin
 Class for splitting domain (lower half first). More...
class  Gecode::Int::Branch::ValSplitMax
 Class for splitting domain (upper half first). More...