40 namespace Gecode {
namespace Float {
namespace Branch {
51 if (fvb.
tbl() != NULL) {
Select view with largest merit.
With smallest degree divided by domain size.
With largest activity divided by domain size.
With smallest domain size.
With largest domain size.
With smallest accumulated failure count divided by domain size.
With largest accumulated failure count.
Which variable to select for branching.
Select select(void) const
Return selection strategy.
Select the first unassigned view.
Select view with least merit.
Merit class for activity.
Select view with largest merit taking tie-break limit into account.
Merit class for user-defined merit function.
ViewSel< FloatView > * viewsel(Space &home, const FloatVarBranch &fvb)
Return view selectors for float views.
Select view with least merit taking tie-break limit into account.
Exception: Unknown value or variable selection passed as argument
With largest accumulated failure count divided by domain size.
Random (uniform, for tie breaking)
BranchTbl tbl(void) const
Return tie-break limit function.
With smallest activity divided by domain size.
With smallest accumulated failure count.
With largest degree divided by domain size.
Gecode toplevel namespace
#define GECODE_NEVER
Assert that this command is never executed.