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

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


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