Gecode::IntValBranch Gecode::ValBranch int.hh Select SEL_MIN Select smallest value. SEL_MED Select greatest value not greater than the median. SEL_MAX Select largest value. SEL_RND Select random value. SEL_SPLIT_MIN Select values not greater than mean of smallest and largest value. SEL_SPLIT_MAX Select values greater than mean of smallest and largest value. SEL_RANGE_MIN Select the smallest range of the variable domain if it has several ranges, otherwise select values not greater than mean of smallest and largest value. SEL_RANGE_MAX Select the largest range of the variable domain if it has several ranges, otherwise select values greater than mean of smallest and largest value. SEL_VAL_COMMIT Select value according to user-defined functions. SEL_VALUES_MIN Select all values starting from smallest. SEL_VALUES_MAX Select all values starting from largest. SEL_NEAR_MIN Select value nearest to a given value, use smaller one in case of ties. SEL_NEAR_MAX Select value nearest to a given value, use larger one in case of ties. SEL_NEAR_INC Select value near to a given value, increment values first. SEL_NEAR_DEC Select value near to a given value, decrement values first. Which value selection. IntSharedArray IntSharedArray Gecode::IntValBranch::n n Array of values for near strategies. Select Select Gecode::IntValBranch::s s Which value to select. forceinline Gecode::IntValBranch::IntValBranch (Select s=SEL_MIN) IntValBranch Select s SEL_MIN Initialize with selection strategy s. forceinline Gecode::IntValBranch::IntValBranch (Rnd r) IntValBranch Rnd r Initialize with random number generator r. forceinline Gecode::IntValBranch::IntValBranch (VoidFunction v, VoidFunction c) IntValBranch VoidFunction v VoidFunction c Initialize with value function f and commit function c. forceinline Gecode::IntValBranch::IntValBranch (Select s, IntSharedArray n) IntValBranch Select s IntSharedArray n Initialize with selection startegy s and values n. Select forceinline IntValBranch::Select Gecode::IntValBranch::select (void) const select void Return selection strategy. IntSharedArray forceinline IntSharedArray Gecode::IntValBranch::values (void) const values void Return shared array of values. Which values to select for branching first. n r Gecode::IntValBranchcf Gecode::IntValBranchcommit Gecode::IntValBranchIntValBranch Gecode::IntValBranchIntValBranch Gecode::IntValBranchIntValBranch Gecode::IntValBranchIntValBranch Gecode::IntValBranchn Gecode::IntValBranchr Gecode::IntValBranchrnd Gecode::IntValBranchs Gecode::IntValBranchSEL_MAX Gecode::IntValBranchSEL_MED Gecode::IntValBranchSEL_MIN Gecode::IntValBranchSEL_NEAR_DEC Gecode::IntValBranchSEL_NEAR_INC Gecode::IntValBranchSEL_NEAR_MAX Gecode::IntValBranchSEL_NEAR_MIN Gecode::IntValBranchSEL_RANGE_MAX Gecode::IntValBranchSEL_RANGE_MIN Gecode::IntValBranchSEL_RND Gecode::IntValBranchSEL_SPLIT_MAX Gecode::IntValBranchSEL_SPLIT_MIN Gecode::IntValBranchSEL_VAL_COMMIT Gecode::IntValBranchSEL_VALUES_MAX Gecode::IntValBranchSEL_VALUES_MIN Gecode::IntValBranchselect Gecode::IntValBranchSelect Gecode::IntValBranchval Gecode::IntValBranchValBranch Gecode::IntValBranchValBranch Gecode::IntValBranchValBranch Gecode::IntValBranchvalues Gecode::IntValBranchvf