40 namespace Gecode {
namespace Int {
namespace Branch {
42 ValSelCommitBase<IntView,int>*
139 switch (
ba.select()) {
Select value according to user-defined functions.
Class for value selection and commit.
User-defined value selection.
Which values to select for branching first.
Which values to select for branching first.
Which values to select for assignment.
Select the smallest range of the variable domain if it has several ranges, otherwise select values no...
Value commit class for less or equal.
Base class for value selection and commit.
Value commit class for greater.
Value selection class for mimimum of view.
Value selection class for average of view.
Value selection class for random value of view.
Exception: Unknown value or variable selection passed as argument
Value selection class for minimum range of integer view.
Select all values starting from largest.
Select greatest value not greater than the median.
Select select(void) const
Return selection strategy.
Value selection class for maximum of view.
Value commit class for greater or equal.
ValSelCommitBase< IntView, int > * valselcommit(Space &home, const IntValBranch &ivb)
Return value and commit for integer views.
Select value according to user-defined functions.
Select values greater than mean of smallest and largest value.
Value commit class for equality.
IntPropLevel ba(IntPropLevel ipl)
Extract basic or advanced from propagation level.
Select the largest range of the variable domain if it has several ranges, otherwise select values gre...
Select values not greater than mean of smallest and largest value.
Value selection class for median of view.
Which values to select for assignment.
Select value according to user-defined functions.
BranchCommit commit(void) const
Return commit function.
Select greatest value not greater than the median.
Select select(void) const
Return selection strategy.
Class for user-defined value commit.
Gecode toplevel namespace
Value selection class for maximum range of integer view.
Select value according to user-defined functions.
Select select(void) const
Return selection strategy.
Select all values starting from smallest.