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 "gecode/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... |