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... |
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
#include <gecode/int/branch.hh>