Gecode::IntVarBranch Gecode::VarBranch int.hh Select SEL_NONE = 0 First unassigned. SEL_RND Random (uniform, for tie breaking) SEL_MERIT_MIN With least merit. SEL_MERIT_MAX With highest merit. SEL_DEGREE_MIN With smallest degree. SEL_DEGREE_MAX With largest degree. SEL_AFC_MIN With smallest accumulated failure count. SEL_AFC_MAX With largest accumulated failure count. SEL_ACTIVITY_MIN With lowest activity. SEL_ACTIVITY_MAX With highest activity. SEL_MIN_MIN With smallest min. SEL_MIN_MAX With largest min. SEL_MAX_MIN With smallest max. SEL_MAX_MAX With largest max. SEL_SIZE_MIN With smallest domain size. SEL_SIZE_MAX With largest domain size. SEL_DEGREE_SIZE_MIN With smallest degree divided by domain size. SEL_DEGREE_SIZE_MAX With largest degree divided by domain size. SEL_AFC_SIZE_MIN With smallest accumulated failure count divided by domain size. SEL_AFC_SIZE_MAX With largest accumulated failure count divided by domain size. SEL_ACTIVITY_SIZE_MIN With smallest activity divided by domain size. SEL_ACTIVITY_SIZE_MAX With largest activity divided by domain size. SEL_REGRET_MIN_MIN With smallest min-regret. The min-regret of a variable is the difference between the smallest and second-smallest value still in the domain. SEL_REGRET_MIN_MAX With largest min-regret. The min-regret of a variable is the difference between the smallest and second-smallest value still in the domain. SEL_REGRET_MAX_MIN With smallest max-regret. The max-regret of a variable is the difference between the largest and second-largest value still in the domain. SEL_REGRET_MAX_MAX With largest max-regret. The max-regret of a variable is the difference between the largest and second-largest value still in the domain. Which variable selection. Select Select Gecode::IntVarBranch::s s Which variable to select. forceinline Gecode::IntVarBranch::IntVarBranch (void) IntVarBranch void Initialize with strategy SEL_NONE. forceinline Gecode::IntVarBranch::IntVarBranch (Rnd r) IntVarBranch Rnd r Initialize with random number generator r. forceinline Gecode::IntVarBranch::IntVarBranch (Select s, BranchTbl t) IntVarBranch Select s BranchTbl t Initialize with selection strategy s and tie-break limit function t. forceinline Gecode::IntVarBranch::IntVarBranch (Select s, double d, BranchTbl t) IntVarBranch Select s double d BranchTbl t Initialize with selection strategy s, decay factor d, and tie-break limit function t. forceinline Gecode::IntVarBranch::IntVarBranch (Select s, AFC a, BranchTbl t) IntVarBranch Select s AFC a BranchTbl t Initialize with selection strategy s, AFC a, and tie-break limit function t. forceinline Gecode::IntVarBranch::IntVarBranch (Select s, Activity a, BranchTbl t) IntVarBranch Select s Activity a BranchTbl t Initialize with selection strategy s, activity a, and tie-break limit function t. forceinline Gecode::IntVarBranch::IntVarBranch (Select s, VoidFunction mf, BranchTbl t) IntVarBranch Select s VoidFunction mf BranchTbl t Initialize with selection strategy s, branch merit function mf, and tie-break limit function t. Select forceinline IntVarBranch::Select Gecode::IntVarBranch::select (void) const select void Return selection strategy. void forceinline void Gecode::IntVarBranch::expand (Home home, const IntVarArgs &x) expand Home home const IntVarArgs & x Expand decay factor into AFC or activity. void forceinline void Gecode::IntVarBranch::expand (Home home, const BoolVarArgs &x) expand Home home const BoolVarArgs & x Expand decay factor into AFC or activity. Which variable to select for branching. m def storage _rnd _act _tbl _afc local vars_u vars_noidx shared active queue def Gecode::IntVarBranch_act Gecode::IntVarBranch_afc Gecode::IntVarBranch_decay Gecode::IntVarBranch_mf Gecode::IntVarBranch_rnd Gecode::IntVarBranch_tbl Gecode::IntVarBranchactivity Gecode::IntVarBranchactivity Gecode::IntVarBranchafc Gecode::IntVarBranchafc Gecode::IntVarBranchdecay Gecode::IntVarBranchexpand Gecode::IntVarBranchexpand Gecode::IntVarBranchIntVarBranch Gecode::IntVarBranchIntVarBranch Gecode::IntVarBranchIntVarBranch Gecode::IntVarBranchIntVarBranch Gecode::IntVarBranchIntVarBranch Gecode::IntVarBranchIntVarBranch Gecode::IntVarBranchIntVarBranch Gecode::IntVarBranchmerit Gecode::IntVarBranchrnd Gecode::IntVarBranchs Gecode::IntVarBranchSEL_ACTIVITY_MAX Gecode::IntVarBranchSEL_ACTIVITY_MIN Gecode::IntVarBranchSEL_ACTIVITY_SIZE_MAX Gecode::IntVarBranchSEL_ACTIVITY_SIZE_MIN Gecode::IntVarBranchSEL_AFC_MAX Gecode::IntVarBranchSEL_AFC_MIN Gecode::IntVarBranchSEL_AFC_SIZE_MAX Gecode::IntVarBranchSEL_AFC_SIZE_MIN Gecode::IntVarBranchSEL_DEGREE_MAX Gecode::IntVarBranchSEL_DEGREE_MIN Gecode::IntVarBranchSEL_DEGREE_SIZE_MAX Gecode::IntVarBranchSEL_DEGREE_SIZE_MIN Gecode::IntVarBranchSEL_MAX_MAX Gecode::IntVarBranchSEL_MAX_MIN Gecode::IntVarBranchSEL_MERIT_MAX Gecode::IntVarBranchSEL_MERIT_MIN Gecode::IntVarBranchSEL_MIN_MAX Gecode::IntVarBranchSEL_MIN_MIN Gecode::IntVarBranchSEL_NONE Gecode::IntVarBranchSEL_REGRET_MAX_MAX Gecode::IntVarBranchSEL_REGRET_MAX_MIN Gecode::IntVarBranchSEL_REGRET_MIN_MAX Gecode::IntVarBranchSEL_REGRET_MIN_MIN Gecode::IntVarBranchSEL_RND Gecode::IntVarBranchSEL_SIZE_MAX Gecode::IntVarBranchSEL_SIZE_MIN Gecode::IntVarBranchSelect Gecode::IntVarBranchselect Gecode::IntVarBranchtbl Gecode::IntVarBranchVarBranch Gecode::IntVarBranchVarBranch Gecode::IntVarBranchVarBranch Gecode::IntVarBranchVarBranch Gecode::IntVarBranchVarBranch Gecode::IntVarBranchVarBranch