Generated on Thu Jan 31 2019 20:56:44 for Gecode by doxygen 1.8.15

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=nullptr)
 Select variable with least merit according to branch merit function bm. More...
 
IntVarBranch Gecode::INT_VAR_MERIT_MAX (IntBranchMerit bm, BranchTbl tbl=nullptr)
 Select variable with highest merit according to branch merit function bm. More...
 
IntVarBranch Gecode::INT_VAR_DEGREE_MIN (BranchTbl tbl=nullptr)
 Select variable with smallest degree. More...
 
IntVarBranch Gecode::INT_VAR_DEGREE_MAX (BranchTbl tbl=nullptr)
 Select variable with largest degree. More...
 
IntVarBranch Gecode::INT_VAR_AFC_MIN (double d=1.0, BranchTbl tbl=nullptr)
 Select variable with smallest accumulated failure count with decay factor d. More...
 
IntVarBranch Gecode::INT_VAR_AFC_MIN (IntAFC a, BranchTbl tbl=nullptr)
 Select variable with smallest accumulated failure count. More...
 
IntVarBranch Gecode::INT_VAR_AFC_MAX (double d=1.0, BranchTbl tbl=nullptr)
 Select variable with largest accumulated failure count with decay factor d. More...
 
IntVarBranch Gecode::INT_VAR_AFC_MAX (IntAFC a, BranchTbl tbl=nullptr)
 Select variable with largest accumulated failure count. More...
 
IntVarBranch Gecode::INT_VAR_ACTION_MIN (double d=1.0, BranchTbl tbl=nullptr)
 Select variable with lowest action with decay factor d. More...
 
IntVarBranch Gecode::INT_VAR_ACTION_MIN (IntAction a, BranchTbl tbl=nullptr)
 Select variable with lowest action. More...
 
IntVarBranch Gecode::INT_VAR_ACTION_MAX (double d=1.0, BranchTbl tbl=nullptr)
 Select variable with highest action with decay factor d. More...
 
IntVarBranch Gecode::INT_VAR_ACTION_MAX (IntAction a, BranchTbl tbl=nullptr)
 Select variable with highest action. More...
 
IntVarBranch Gecode::INT_VAR_CHB_MIN (IntCHB c, BranchTbl tbl=nullptr)
 Select variable with lowest CHB Q-score. More...
 
IntVarBranch Gecode::INT_VAR_CHB_MIN (BranchTbl tbl=nullptr)
 Select variable with lowest CHB Q-score. More...
 
IntVarBranch Gecode::INT_VAR_CHB_MAX (IntCHB c, BranchTbl tbl=nullptr)
 Select variable with largest CHB Q-score. More...
 
IntVarBranch Gecode::INT_VAR_CHB_MAX (BranchTbl tbl=nullptr)
 Select variable with largest CHB Q-score. More...
 
IntVarBranch Gecode::INT_VAR_MIN_MIN (BranchTbl tbl=nullptr)
 Select variable with smallest min. More...
 
IntVarBranch Gecode::INT_VAR_MIN_MAX (BranchTbl tbl=nullptr)
 Select variable with largest min. More...
 
IntVarBranch Gecode::INT_VAR_MAX_MIN (BranchTbl tbl=nullptr)
 Select variable with smallest max. More...
 
IntVarBranch Gecode::INT_VAR_MAX_MAX (BranchTbl tbl=nullptr)
 Select variable with largest max. More...
 
IntVarBranch Gecode::INT_VAR_SIZE_MIN (BranchTbl tbl=nullptr)
 Select variable with smallest domain size. More...
 
IntVarBranch Gecode::INT_VAR_SIZE_MAX (BranchTbl tbl=nullptr)
 Select variable with largest domain size. More...
 
IntVarBranch Gecode::INT_VAR_DEGREE_SIZE_MIN (BranchTbl tbl=nullptr)
 Select variable with smallest degree divided by domain size. More...
 
IntVarBranch Gecode::INT_VAR_DEGREE_SIZE_MAX (BranchTbl tbl=nullptr)
 Select variable with largest degree divided by domain size. More...
 
IntVarBranch Gecode::INT_VAR_AFC_SIZE_MIN (double d=1.0, BranchTbl tbl=nullptr)
 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=nullptr)
 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=nullptr)
 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=nullptr)
 Select variable with largest accumulated failure count divided by domain size. More...
 
IntVarBranch Gecode::INT_VAR_ACTION_SIZE_MIN (double d=1.0, BranchTbl tbl=nullptr)
 Select variable with smallest action divided by domain size with decay factor d. More...
 
IntVarBranch Gecode::INT_VAR_ACTION_SIZE_MIN (IntAction a, BranchTbl tbl=nullptr)
 Select variable with smallest action divided by domain size. More...
 
IntVarBranch Gecode::INT_VAR_ACTION_SIZE_MAX (double d=1.0, BranchTbl tbl=nullptr)
 Select variable with largest action divided by domain size with decay factor d. More...
 
IntVarBranch Gecode::INT_VAR_ACTION_SIZE_MAX (IntAction a, BranchTbl tbl=nullptr)
 Select variable with largest action divided by domain size. More...
 
IntVarBranch Gecode::INT_VAR_CHB_SIZE_MIN (IntCHB c, BranchTbl tbl=nullptr)
 Select variable with smallest CHB Q-score divided by domain size. More...
 
IntVarBranch Gecode::INT_VAR_CHB_SIZE_MIN (BranchTbl tbl=nullptr)
 Select variable with smallest CHB Q-score divided by domain size. More...
 
IntVarBranch Gecode::INT_VAR_CHB_SIZE_MAX (IntCHB c, BranchTbl tbl=nullptr)
 Select variable with largest CHB Q-score divided by domain size. More...
 
IntVarBranch Gecode::INT_VAR_CHB_SIZE_MAX (BranchTbl tbl=nullptr)
 Select variable with largest CHB Q-score divided by domain size. More...
 
IntVarBranch Gecode::INT_VAR_REGRET_MIN_MIN (BranchTbl tbl=nullptr)
 Select variable with smallest min-regret. More...
 
IntVarBranch Gecode::INT_VAR_REGRET_MIN_MAX (BranchTbl tbl=nullptr)
 Select variable with largest min-regret. More...
 
IntVarBranch Gecode::INT_VAR_REGRET_MAX_MIN (BranchTbl tbl=nullptr)
 Select variable with smallest max-regret. More...
 
IntVarBranch Gecode::INT_VAR_REGRET_MAX_MAX (BranchTbl tbl=nullptr)
 Select variable with largest max-regret. More...
 
BoolVarBranch Gecode::BOOL_VAR_NONE (void)
 Select first unassigned variable. More...
 
BoolVarBranch Gecode::BOOL_VAR_RND (Rnd r)
 Select random variable (uniform distribution, for tie breaking) More...
 
BoolVarBranch Gecode::BOOL_VAR_MERIT_MIN (BoolBranchMerit bm, BranchTbl tbl=nullptr)
 Select variable with least merit according to branch merit function bm. More...
 
BoolVarBranch Gecode::BOOL_VAR_MERIT_MAX (BoolBranchMerit bm, BranchTbl tbl=nullptr)
 Select variable with highest merit according to branch merit function bm. More...
 
BoolVarBranch Gecode::BOOL_VAR_DEGREE_MIN (BranchTbl tbl=nullptr)
 Select variable with smallest degree. More...
 
BoolVarBranch Gecode::BOOL_VAR_DEGREE_MAX (BranchTbl tbl=nullptr)
 Select variable with largest degree. More...
 
BoolVarBranch Gecode::BOOL_VAR_AFC_MIN (double d=1.0, BranchTbl tbl=nullptr)
 Select variable with smallest accumulated failure count with decay factor d. More...
 
BoolVarBranch Gecode::BOOL_VAR_AFC_MIN (BoolAFC a, BranchTbl tbl=nullptr)
 Select variable with smallest accumulated failure count. More...
 
BoolVarBranch Gecode::BOOL_VAR_AFC_MAX (double d=1.0, BranchTbl tbl=nullptr)
 Select variable with largest accumulated failure count with decay factor d. More...
 
BoolVarBranch Gecode::BOOL_VAR_AFC_MAX (BoolAFC a, BranchTbl tbl=nullptr)
 Select variable with largest accumulated failure count. More...
 
BoolVarBranch Gecode::BOOL_VAR_ACTION_MIN (double d=1.0, BranchTbl tbl=nullptr)
 Select variable with lowest action with decay factor d. More...
 
BoolVarBranch Gecode::BOOL_VAR_ACTION_MIN (BoolAction a, BranchTbl tbl=nullptr)
 Select variable with lowest action. More...
 
BoolVarBranch Gecode::BOOL_VAR_ACTION_MAX (double d=1.0, BranchTbl tbl=nullptr)
 Select variable with highest action with decay factor d. More...
 
BoolVarBranch Gecode::BOOL_VAR_ACTION_MAX (BoolAction a, BranchTbl tbl=nullptr)
 Select variable with highest action. More...
 
BoolVarBranch Gecode::BOOL_VAR_CHB_MIN (BoolCHB c, BranchTbl tbl=nullptr)
 Select variable with lowest CHB Q-score. More...
 
BoolVarBranch Gecode::BOOL_VAR_CHB_MIN (BranchTbl tbl=nullptr)
 Select variable with lowest CHB Q-score. More...
 
BoolVarBranch Gecode::BOOL_VAR_CHB_MAX (BoolCHB c, BranchTbl tbl=nullptr)
 Select variable with largest CHB Q-score. More...
 
BoolVarBranch Gecode::BOOL_VAR_CHB_MAX (BranchTbl tbl=nullptr)
 Select variable with largest CHB Q-score. More...
 

Detailed Description

Function Documentation

◆ INT_VAR_NONE()

IntVarBranch Gecode::INT_VAR_NONE ( void  )
inline

Select first unassigned variable.

Definition at line 100 of file var.hpp.

◆ INT_VAR_RND()

IntVarBranch Gecode::INT_VAR_RND ( Rnd  r)
inline

Select random variable (uniform distribution, for tie breaking)

Definition at line 105 of file var.hpp.

◆ INT_VAR_MERIT_MIN()

IntVarBranch Gecode::INT_VAR_MERIT_MIN ( IntBranchMerit  bm,
BranchTbl  tbl 
)
inline

Select variable with least merit according to branch merit function bm.

Definition at line 110 of file var.hpp.

◆ INT_VAR_MERIT_MAX()

IntVarBranch Gecode::INT_VAR_MERIT_MAX ( IntBranchMerit  bm,
BranchTbl  tbl 
)
inline

Select variable with highest merit according to branch merit function bm.

Definition at line 115 of file var.hpp.

◆ INT_VAR_DEGREE_MIN()

IntVarBranch Gecode::INT_VAR_DEGREE_MIN ( BranchTbl  tbl)
inline

Select variable with smallest degree.

Definition at line 120 of file var.hpp.

◆ INT_VAR_DEGREE_MAX()

IntVarBranch Gecode::INT_VAR_DEGREE_MAX ( BranchTbl  tbl)
inline

Select variable with largest degree.

Definition at line 125 of file var.hpp.

◆ INT_VAR_AFC_MIN() [1/2]

IntVarBranch Gecode::INT_VAR_AFC_MIN ( double  d,
BranchTbl  tbl 
)
inline

Select variable with smallest accumulated failure count with decay factor d.

Definition at line 130 of file var.hpp.

◆ INT_VAR_AFC_MIN() [2/2]

IntVarBranch Gecode::INT_VAR_AFC_MIN ( IntAFC  a,
BranchTbl  tbl 
)
inline

Select variable with smallest accumulated failure count.

Definition at line 135 of file var.hpp.

◆ INT_VAR_AFC_MAX() [1/2]

IntVarBranch Gecode::INT_VAR_AFC_MAX ( double  d,
BranchTbl  tbl 
)
inline

Select variable with largest accumulated failure count with decay factor d.

Definition at line 140 of file var.hpp.

◆ INT_VAR_AFC_MAX() [2/2]

IntVarBranch Gecode::INT_VAR_AFC_MAX ( IntAFC  a,
BranchTbl  tbl 
)
inline

Select variable with largest accumulated failure count.

Definition at line 145 of file var.hpp.

◆ INT_VAR_ACTION_MIN() [1/2]

IntVarBranch Gecode::INT_VAR_ACTION_MIN ( double  d,
BranchTbl  tbl 
)
inline

Select variable with lowest action with decay factor d.

Definition at line 150 of file var.hpp.

◆ INT_VAR_ACTION_MIN() [2/2]

IntVarBranch Gecode::INT_VAR_ACTION_MIN ( IntAction  a,
BranchTbl  tbl 
)
inline

Select variable with lowest action.

Definition at line 155 of file var.hpp.

◆ INT_VAR_ACTION_MAX() [1/2]

IntVarBranch Gecode::INT_VAR_ACTION_MAX ( double  d,
BranchTbl  tbl 
)
inline

Select variable with highest action with decay factor d.

Definition at line 160 of file var.hpp.

◆ INT_VAR_ACTION_MAX() [2/2]

IntVarBranch Gecode::INT_VAR_ACTION_MAX ( IntAction  a,
BranchTbl  tbl 
)
inline

Select variable with highest action.

Definition at line 165 of file var.hpp.

◆ INT_VAR_CHB_MIN() [1/2]

IntVarBranch Gecode::INT_VAR_CHB_MIN ( IntCHB  c,
BranchTbl  tbl 
)
inline

Select variable with lowest CHB Q-score.

Definition at line 170 of file var.hpp.

◆ INT_VAR_CHB_MIN() [2/2]

IntVarBranch Gecode::INT_VAR_CHB_MIN ( BranchTbl  tbl)
inline

Select variable with lowest CHB Q-score.

Definition at line 175 of file var.hpp.

◆ INT_VAR_CHB_MAX() [1/2]

IntVarBranch Gecode::INT_VAR_CHB_MAX ( IntCHB  c,
BranchTbl  tbl 
)
inline

Select variable with largest CHB Q-score.

Definition at line 180 of file var.hpp.

◆ INT_VAR_CHB_MAX() [2/2]

IntVarBranch Gecode::INT_VAR_CHB_MAX ( BranchTbl  tbl)
inline

Select variable with largest CHB Q-score.

Definition at line 185 of file var.hpp.

◆ INT_VAR_MIN_MIN()

IntVarBranch Gecode::INT_VAR_MIN_MIN ( BranchTbl  tbl)
inline

Select variable with smallest min.

Definition at line 190 of file var.hpp.

◆ INT_VAR_MIN_MAX()

IntVarBranch Gecode::INT_VAR_MIN_MAX ( BranchTbl  tbl)
inline

Select variable with largest min.

Definition at line 195 of file var.hpp.

◆ INT_VAR_MAX_MIN()

IntVarBranch Gecode::INT_VAR_MAX_MIN ( BranchTbl  tbl)
inline

Select variable with smallest max.

Definition at line 200 of file var.hpp.

◆ INT_VAR_MAX_MAX()

IntVarBranch Gecode::INT_VAR_MAX_MAX ( BranchTbl  tbl)
inline

Select variable with largest max.

Definition at line 205 of file var.hpp.

◆ INT_VAR_SIZE_MIN()

IntVarBranch Gecode::INT_VAR_SIZE_MIN ( BranchTbl  tbl)
inline

Select variable with smallest domain size.

Definition at line 210 of file var.hpp.

◆ INT_VAR_SIZE_MAX()

IntVarBranch Gecode::INT_VAR_SIZE_MAX ( BranchTbl  tbl)
inline

Select variable with largest domain size.

Definition at line 215 of file var.hpp.

◆ INT_VAR_DEGREE_SIZE_MIN()

IntVarBranch Gecode::INT_VAR_DEGREE_SIZE_MIN ( BranchTbl  tbl)
inline

Select variable with smallest degree divided by domain size.

Definition at line 220 of file var.hpp.

◆ INT_VAR_DEGREE_SIZE_MAX()

IntVarBranch Gecode::INT_VAR_DEGREE_SIZE_MAX ( BranchTbl  tbl)
inline

Select variable with largest degree divided by domain size.

Definition at line 225 of file var.hpp.

◆ INT_VAR_AFC_SIZE_MIN() [1/2]

IntVarBranch Gecode::INT_VAR_AFC_SIZE_MIN ( double  d,
BranchTbl  tbl 
)
inline

Select variable with smallest accumulated failure count divided by domain size with decay factor d.

Definition at line 230 of file var.hpp.

◆ INT_VAR_AFC_SIZE_MIN() [2/2]

IntVarBranch Gecode::INT_VAR_AFC_SIZE_MIN ( IntAFC  a,
BranchTbl  tbl 
)
inline

Select variable with smallest accumulated failure count divided by domain size.

Definition at line 235 of file var.hpp.

◆ INT_VAR_AFC_SIZE_MAX() [1/2]

IntVarBranch Gecode::INT_VAR_AFC_SIZE_MAX ( double  d,
BranchTbl  tbl 
)
inline

Select variable with largest accumulated failure count divided by domain size with decay factor d.

Definition at line 240 of file var.hpp.

◆ INT_VAR_AFC_SIZE_MAX() [2/2]

IntVarBranch Gecode::INT_VAR_AFC_SIZE_MAX ( IntAFC  a,
BranchTbl  tbl 
)
inline

Select variable with largest accumulated failure count divided by domain size.

Definition at line 245 of file var.hpp.

◆ INT_VAR_ACTION_SIZE_MIN() [1/2]

IntVarBranch Gecode::INT_VAR_ACTION_SIZE_MIN ( double  d,
BranchTbl  tbl 
)
inline

Select variable with smallest action divided by domain size with decay factor d.

Definition at line 250 of file var.hpp.

◆ INT_VAR_ACTION_SIZE_MIN() [2/2]

IntVarBranch Gecode::INT_VAR_ACTION_SIZE_MIN ( IntAction  a,
BranchTbl  tbl 
)
inline

Select variable with smallest action divided by domain size.

Definition at line 255 of file var.hpp.

◆ INT_VAR_ACTION_SIZE_MAX() [1/2]

IntVarBranch Gecode::INT_VAR_ACTION_SIZE_MAX ( double  d,
BranchTbl  tbl 
)
inline

Select variable with largest action divided by domain size with decay factor d.

Definition at line 260 of file var.hpp.

◆ INT_VAR_ACTION_SIZE_MAX() [2/2]

IntVarBranch Gecode::INT_VAR_ACTION_SIZE_MAX ( IntAction  a,
BranchTbl  tbl 
)
inline

Select variable with largest action divided by domain size.

Definition at line 265 of file var.hpp.

◆ INT_VAR_CHB_SIZE_MIN() [1/2]

IntVarBranch Gecode::INT_VAR_CHB_SIZE_MIN ( IntCHB  c,
BranchTbl  tbl 
)
inline

Select variable with smallest CHB Q-score divided by domain size.

Definition at line 270 of file var.hpp.

◆ INT_VAR_CHB_SIZE_MIN() [2/2]

IntVarBranch Gecode::INT_VAR_CHB_SIZE_MIN ( BranchTbl  tbl)
inline

Select variable with smallest CHB Q-score divided by domain size.

Definition at line 275 of file var.hpp.

◆ INT_VAR_CHB_SIZE_MAX() [1/2]

IntVarBranch Gecode::INT_VAR_CHB_SIZE_MAX ( IntCHB  c,
BranchTbl  tbl 
)
inline

Select variable with largest CHB Q-score divided by domain size.

Definition at line 280 of file var.hpp.

◆ INT_VAR_CHB_SIZE_MAX() [2/2]

IntVarBranch Gecode::INT_VAR_CHB_SIZE_MAX ( BranchTbl  tbl)
inline

Select variable with largest CHB Q-score divided by domain size.

Definition at line 285 of file var.hpp.

◆ INT_VAR_REGRET_MIN_MIN()

IntVarBranch Gecode::INT_VAR_REGRET_MIN_MIN ( BranchTbl  tbl = nullptr)
inline

Select variable with smallest min-regret.

The min-regret of a variable is the difference between the smallest and second-smallest value still in the domain.

Definition at line 290 of file var.hpp.

◆ INT_VAR_REGRET_MIN_MAX()

IntVarBranch Gecode::INT_VAR_REGRET_MIN_MAX ( BranchTbl  tbl = nullptr)
inline

Select variable with largest min-regret.

The min-regret of a variable is the difference between the smallest and second-smallest value still in the domain.

Definition at line 295 of file var.hpp.

◆ INT_VAR_REGRET_MAX_MIN()

IntVarBranch Gecode::INT_VAR_REGRET_MAX_MIN ( BranchTbl  tbl = nullptr)
inline

Select variable with smallest max-regret.

The max-regret of a variable is the difference between the largest and second-largest value still in the domain.

Definition at line 300 of file var.hpp.

◆ INT_VAR_REGRET_MAX_MAX()

IntVarBranch Gecode::INT_VAR_REGRET_MAX_MAX ( BranchTbl  tbl = nullptr)
inline

Select variable with largest max-regret.

The max-regret of a variable is the difference between the largest and second-largest value still in the domain.

Definition at line 305 of file var.hpp.

◆ BOOL_VAR_NONE()

BoolVarBranch Gecode::BOOL_VAR_NONE ( void  )
inline

Select first unassigned variable.

Definition at line 368 of file var.hpp.

◆ BOOL_VAR_RND()

BoolVarBranch Gecode::BOOL_VAR_RND ( Rnd  r)
inline

Select random variable (uniform distribution, for tie breaking)

Definition at line 373 of file var.hpp.

◆ BOOL_VAR_MERIT_MIN()

BoolVarBranch Gecode::BOOL_VAR_MERIT_MIN ( BoolBranchMerit  bm,
BranchTbl  tbl 
)
inline

Select variable with least merit according to branch merit function bm.

Definition at line 378 of file var.hpp.

◆ BOOL_VAR_MERIT_MAX()

BoolVarBranch Gecode::BOOL_VAR_MERIT_MAX ( BoolBranchMerit  bm,
BranchTbl  tbl 
)
inline

Select variable with highest merit according to branch merit function bm.

Definition at line 383 of file var.hpp.

◆ BOOL_VAR_DEGREE_MIN()

BoolVarBranch Gecode::BOOL_VAR_DEGREE_MIN ( BranchTbl  tbl)
inline

Select variable with smallest degree.

Definition at line 388 of file var.hpp.

◆ BOOL_VAR_DEGREE_MAX()

BoolVarBranch Gecode::BOOL_VAR_DEGREE_MAX ( BranchTbl  tbl)
inline

Select variable with largest degree.

Definition at line 393 of file var.hpp.

◆ BOOL_VAR_AFC_MIN() [1/2]

BoolVarBranch Gecode::BOOL_VAR_AFC_MIN ( double  d,
BranchTbl  tbl 
)
inline

Select variable with smallest accumulated failure count with decay factor d.

Definition at line 398 of file var.hpp.

◆ BOOL_VAR_AFC_MIN() [2/2]

BoolVarBranch Gecode::BOOL_VAR_AFC_MIN ( BoolAFC  a,
BranchTbl  tbl 
)
inline

Select variable with smallest accumulated failure count.

Definition at line 403 of file var.hpp.

◆ BOOL_VAR_AFC_MAX() [1/2]

BoolVarBranch Gecode::BOOL_VAR_AFC_MAX ( double  d,
BranchTbl  tbl 
)
inline

Select variable with largest accumulated failure count with decay factor d.

Definition at line 408 of file var.hpp.

◆ BOOL_VAR_AFC_MAX() [2/2]

BoolVarBranch Gecode::BOOL_VAR_AFC_MAX ( BoolAFC  a,
BranchTbl  tbl 
)
inline

Select variable with largest accumulated failure count.

Definition at line 413 of file var.hpp.

◆ BOOL_VAR_ACTION_MIN() [1/2]

BoolVarBranch Gecode::BOOL_VAR_ACTION_MIN ( double  d,
BranchTbl  tbl 
)
inline

Select variable with lowest action with decay factor d.

Definition at line 418 of file var.hpp.

◆ BOOL_VAR_ACTION_MIN() [2/2]

BoolVarBranch Gecode::BOOL_VAR_ACTION_MIN ( BoolAction  a,
BranchTbl  tbl 
)
inline

Select variable with lowest action.

Definition at line 423 of file var.hpp.

◆ BOOL_VAR_ACTION_MAX() [1/2]

BoolVarBranch Gecode::BOOL_VAR_ACTION_MAX ( double  d,
BranchTbl  tbl 
)
inline

Select variable with highest action with decay factor d.

Definition at line 428 of file var.hpp.

◆ BOOL_VAR_ACTION_MAX() [2/2]

BoolVarBranch Gecode::BOOL_VAR_ACTION_MAX ( BoolAction  a,
BranchTbl  tbl 
)
inline

Select variable with highest action.

Definition at line 433 of file var.hpp.

◆ BOOL_VAR_CHB_MIN() [1/2]

BoolVarBranch Gecode::BOOL_VAR_CHB_MIN ( BoolCHB  c,
BranchTbl  tbl 
)
inline

Select variable with lowest CHB Q-score.

Definition at line 438 of file var.hpp.

◆ BOOL_VAR_CHB_MIN() [2/2]

BoolVarBranch Gecode::BOOL_VAR_CHB_MIN ( BranchTbl  tbl)
inline

Select variable with lowest CHB Q-score.

Definition at line 443 of file var.hpp.

◆ BOOL_VAR_CHB_MAX() [1/2]

BoolVarBranch Gecode::BOOL_VAR_CHB_MAX ( BoolCHB  c,
BranchTbl  tbl 
)
inline

Select variable with largest CHB Q-score.

Definition at line 448 of file var.hpp.

◆ BOOL_VAR_CHB_MAX() [2/2]

BoolVarBranch Gecode::BOOL_VAR_CHB_MAX ( BranchTbl  tbl)
inline

Select variable with largest CHB Q-score.

Definition at line 453 of file var.hpp.