76 function_cast<VoidFunction>(c));
Which values to select for branching first.
FloatValBranch FLOAT_VAL_SPLIT_MAX(void)
Select values greater than mean of smallest and largest value.
FloatNumBranch(* FloatBranchVal)(const Space &home, FloatVar x, int i)
Branch value function type for float variables.
Select s
Which value to select.
Select
Which value selection.
FloatValBranch FLOAT_VAL(FloatBranchVal v, FloatBranchCommit c)
FloatValBranch FLOAT_VAL_SPLIT_RND(Rnd r)
Select values randomly which are not greater or not smaller than mean of largest and smallest value...
Gecode::FloatVal c(-8, 8)
Select values not greater than mean of smallest and largest value.
Select select(void) const
Return selection strategy.
FloatValBranch FLOAT_VAL_SPLIT_MIN(void)
Select values not greater than mean of smallest and largest value.
void(* VoidFunction)(void)
Base type for any function pointer.
Value branching information.
FloatValBranch(Select s=SEL_SPLIT_MIN)
Initialize with selection strategy s.
Gecode toplevel namespace
Select values greater than mean of smallest and largest value.
void(* FloatBranchCommit)(Space &home, unsigned int a, FloatVar x, int i, FloatNumBranch nl)
Branch commit function type for float variables.