Generated on Fri Jan 28 2022 04:43:06 for Gecode by doxygen 1.8.13

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 96 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 101 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 106 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 111 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 116 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 121 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 126 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 131 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 136 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 141 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 146 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 151 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 156 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 161 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 166 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 171 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 176 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 181 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 186 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 191 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 196 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 201 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 206 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 211 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 216 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 221 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 226 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 231 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 236 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 241 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 246 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 251 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 256 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 261 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 266 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 271 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 276 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 281 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 286 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 291 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 296 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 301 of file var.hpp.

◆ BOOL_VAR_NONE()

BoolVarBranch Gecode::BOOL_VAR_NONE ( void  )
inline

Select first unassigned variable.

Definition at line 364 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 369 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 374 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 379 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 384 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 389 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 394 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 399 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 404 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 409 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 414 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 419 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 424 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 429 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 434 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 439 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 444 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 449 of file var.hpp.