76 function_cast<VoidFunction>(c));
Select median value of the upper part.
Select
Which value selection.
FloatNumBranch(* FloatBranchVal)(const Space &home, FloatVar x, int i)
Branch value function type for float variables.
FloatAssign FLOAT_ASSIGN_MAX(void)
Select median value of the upper part.
FloatAssign FLOAT_ASSIGN_MIN(void)
Select median value of the lower part.
Select median value of the lower part.
Select select(void) const
Return selection strategy.
Select s
Which value to select.
Gecode::FloatVal c(-8, 8)
FloatAssign FLOAT_ASSIGN_RND(Rnd r)
Select median value of a randomly chosen part.
void(* VoidFunction)(void)
Base type for any function pointer.
Value branching information.
Which values to select for assignment.
FloatAssign FLOAT_ASSIGN(FloatBranchVal v, FloatBranchCommit c)
Gecode toplevel namespace
FloatAssign(Select s=SEL_MIN)
Initialize with selection strategy s.
void(* FloatBranchCommit)(Space &home, unsigned int a, FloatVar x, int i, FloatNumBranch nl)
Branch commit function type for float variables.