Generated on Sat Feb 7 2015 02:01:33 for Gecode by doxygen 1.8.9.1
var.hpp File Reference

(Revision: 13313)

Go to the source code of this file.

Namespaces

 Gecode
 Gecode toplevel namespace
 

Functions

IntVarBranch Gecode::INT_VAR_NONE (void)
 Select first unassigned variable. More...
 
IntVarBranch Gecode::INT_VAR_RND (Rnd r)
 Select random variable (uniform distribution, for tie breaking) More...
 
IntVarBranch Gecode::INT_VAR_MERIT_MIN (IntBranchMerit bm, BranchTbl tbl=NULL)
 Select variable with least merit according to branch merit function bm. More...
 
IntVarBranch Gecode::INT_VAR_MERIT_MIN (BoolBranchMerit bm, BranchTbl tbl=NULL)
 Select variable with least merit according to branch merit function bm. More...
 
IntVarBranch Gecode::INT_VAR_MERIT_MAX (IntBranchMerit bm, BranchTbl tbl=NULL)
 Select variable with highest merit according to branch merit function bm. More...
 
IntVarBranch Gecode::INT_VAR_MERIT_MAX (BoolBranchMerit bm, BranchTbl tbl=NULL)
 Select variable with highest merit according to branch merit function bm. More...
 
IntVarBranch Gecode::INT_VAR_DEGREE_MIN (BranchTbl tbl=NULL)
 Select variable with smallest degree. More...
 
IntVarBranch Gecode::INT_VAR_DEGREE_MAX (BranchTbl tbl=NULL)
 Select variable with largest degree. More...
 
IntVarBranch Gecode::INT_VAR_AFC_MIN (double d=1.0, BranchTbl tbl=NULL)
 Select variable with smallest accumulated failure count with decay factor d. More...
 
IntVarBranch Gecode::INT_VAR_AFC_MIN (IntAFC a, BranchTbl tbl=NULL)
 Select variable with smallest accumulated failure count. More...
 
IntVarBranch Gecode::INT_VAR_AFC_MAX (double d=1.0, BranchTbl tbl=NULL)
 Select variable with largest accumulated failure count with decay factor d. More...
 
IntVarBranch Gecode::INT_VAR_AFC_MAX (IntAFC a, BranchTbl tbl=NULL)
 Select variable with largest accumulated failure count. More...
 
IntVarBranch Gecode::INT_VAR_ACTIVITY_MIN (double d=1.0, BranchTbl tbl=NULL)
 Select variable with lowest activity with decay factor d. More...
 
IntVarBranch Gecode::INT_VAR_ACTIVITY_MIN (IntActivity a, BranchTbl tbl=NULL)
 Select variable with lowest activity. More...
 
IntVarBranch Gecode::INT_VAR_ACTIVITY_MAX (double d=1.0, BranchTbl tbl=NULL)
 Select variable with highest activity with decay factor d. More...
 
IntVarBranch Gecode::INT_VAR_ACTIVITY_MAX (IntActivity a, BranchTbl tbl=NULL)
 Select variable with highest activity. More...
 
IntVarBranch Gecode::INT_VAR_MIN_MIN (BranchTbl tbl=NULL)
 Select variable with smallest min. More...
 
IntVarBranch Gecode::INT_VAR_MIN_MAX (BranchTbl tbl=NULL)
 Select variable with largest min. More...
 
IntVarBranch Gecode::INT_VAR_MAX_MIN (BranchTbl tbl=NULL)
 Select variable with smallest max. More...
 
IntVarBranch Gecode::INT_VAR_MAX_MAX (BranchTbl tbl=NULL)
 Select variable with largest max. More...
 
IntVarBranch Gecode::INT_VAR_SIZE_MIN (BranchTbl tbl=NULL)
 Select variable with smallest domain size. More...
 
IntVarBranch Gecode::INT_VAR_SIZE_MAX (BranchTbl tbl=NULL)
 Select variable with largest domain size. More...
 
IntVarBranch Gecode::INT_VAR_DEGREE_SIZE_MIN (BranchTbl tbl=NULL)
 Select variable with smallest degree divided by domain size. More...
 
IntVarBranch Gecode::INT_VAR_DEGREE_SIZE_MAX (BranchTbl tbl=NULL)
 Select variable with largest degree divided by domain size. More...
 
IntVarBranch Gecode::INT_VAR_AFC_SIZE_MIN (double d=1.0, BranchTbl tbl=NULL)
 Select variable with smallest accumulated failure count divided by domain size with decay factor d. More...
 
IntVarBranch Gecode::INT_VAR_AFC_SIZE_MIN (IntAFC a, BranchTbl tbl=NULL)
 Select variable with smallest accumulated failure count divided by domain size. More...
 
IntVarBranch Gecode::INT_VAR_AFC_SIZE_MAX (double d=1.0, BranchTbl tbl=NULL)
 Select variable with largest accumulated failure count divided by domain size with decay factor d. More...
 
IntVarBranch Gecode::INT_VAR_AFC_SIZE_MAX (IntAFC a, BranchTbl tbl=NULL)
 Select variable with largest accumulated failure count divided by domain size. More...
 
IntVarBranch Gecode::INT_VAR_ACTIVITY_SIZE_MIN (double d=1.0, BranchTbl tbl=NULL)
 Select variable with smallest activity divided by domain size with decay factor d. More...
 
IntVarBranch Gecode::INT_VAR_ACTIVITY_SIZE_MIN (IntActivity a, BranchTbl tbl=NULL)
 Select variable with smallest activity divided by domain size. More...
 
IntVarBranch Gecode::INT_VAR_ACTIVITY_SIZE_MAX (double d=1.0, BranchTbl tbl=NULL)
 Select variable with largest activity divided by domain size with decay factor d. More...
 
IntVarBranch Gecode::INT_VAR_ACTIVITY_SIZE_MAX (IntActivity a, BranchTbl tbl=NULL)
 Select variable with largest activity divided by domain size. More...
 
IntVarBranch Gecode::INT_VAR_REGRET_MIN_MIN (BranchTbl tbl=NULL)
 Select variable with smallest min-regret. More...
 
IntVarBranch Gecode::INT_VAR_REGRET_MIN_MAX (BranchTbl tbl=NULL)
 Select variable with largest min-regret. More...
 
IntVarBranch Gecode::INT_VAR_REGRET_MAX_MIN (BranchTbl tbl=NULL)
 Select variable with smallest max-regret. More...
 
IntVarBranch Gecode::INT_VAR_REGRET_MAX_MAX (BranchTbl tbl=NULL)
 Select variable with largest max-regret. More...