Integer view selection for brancher
[Other available functionality]
Classes | |
| class | Gecode::Int::Branch::ByMinMin |
| View selection class for view with smallest min. More... | |
| class | Gecode::Int::Branch::ByMinMax |
| View selection class for view with largest min. More... | |
| class | Gecode::Int::Branch::ByMaxMin |
| View selection class for view with smallest max. More... | |
| class | Gecode::Int::Branch::ByMaxMax |
| View selection class for view with largest max. More... | |
| class | Gecode::Int::Branch::BySizeMin |
| View selection class for view with smallest size. More... | |
| class | Gecode::Int::Branch::BySizeMax |
| View selection class for view with largest size. More... | |
| class | Gecode::Int::Branch::BySizeDegreeMin |
| View selection class for view with smallest size divided by degree. More... | |
| class | Gecode::Int::Branch::BySizeDegreeMax |
| View selection class for view with largest size divided by degree. More... | |
| class | Gecode::Int::Branch::BySizeAfcMin |
| View selection class for view with smallest size divided by accumulated failure count. More... | |
| class | Gecode::Int::Branch::BySizeAfcMax |
| View selection class for view with largest size divided by accumulated failure count. More... | |
| class | Gecode::Int::Branch::ByRegretMinMin |
| View selection class for view with smallest min-regret. More... | |
| class | Gecode::Int::Branch::ByRegretMinMax |
| View selection class for view with largest min-regret. More... | |
| class | Gecode::Int::Branch::ByRegretMaxMin |
| View selection class for view with smallest max-regret. More... | |
| class | Gecode::Int::Branch::ByRegretMaxMax |
| View selection class for view with largest max-regret. More... | |
| class | Gecode::Set::Branch::BySizeDegreeMin |
| View selection class for view with smallest cardinality of lub-glb divided by degree. More... | |
| class | Gecode::Set::Branch::BySizeDegreeMax |
| View selection class for view with largest cardinality of lub-glb divided by degree. More... | |
| class | Gecode::Set::Branch::BySizeAfcMin |
| View selection class for view with smallest cardinality of lub-glb divided by accumulated failure count. More... | |
| class | Gecode::Set::Branch::BySizeAfcMax |
| View selection class for view with largest cardinality of lub-glb divided by accumulated failure count. More... | |
Detailed Description
Contains a description of view selection strategies on integer views that can be used together with the generic view/value brancher class Gecode::ViewValBrancher (argument ViewSel).
All view selection classes require
#include <gecode/int/branch.hh>
