Generated on Thu Jul 25 2019 00:00:00 for Gecode by doxygen 1.8.15

Functions

FloatVarBranch Gecode::FLOAT_VAR_NONE (void)
 Select first unassigned variable. More...
 
FloatVarBranch Gecode::FLOAT_VAR_RND (Rnd r)
 Select random variable (uniform distribution, for tie breaking) More...
 
FloatVarBranch Gecode::FLOAT_VAR_MERIT_MIN (FloatBranchMerit bm, BranchTbl tbl=nullptr)
 Select variable with least merit according to branch merit function bm. More...
 
FloatVarBranch Gecode::FLOAT_VAR_MERIT_MAX (FloatBranchMerit bm, BranchTbl tbl=nullptr)
 Select variable with highest merit according to branch merit function bm. More...
 
FloatVarBranch Gecode::FLOAT_VAR_DEGREE_MIN (BranchTbl tbl=nullptr)
 Select variable with smallest degree. More...
 
FloatVarBranch Gecode::FLOAT_VAR_DEGREE_MAX (BranchTbl tbl=nullptr)
 Select variable with largest degree. More...
 
FloatVarBranch Gecode::FLOAT_VAR_AFC_MIN (double d=1.0, BranchTbl tbl=nullptr)
 Select variable with smallest accumulated failure count with decay factor d. More...
 
FloatVarBranch Gecode::FLOAT_VAR_AFC_MIN (FloatAFC a, BranchTbl tbl=nullptr)
 Select variable with smallest accumulated failure count. More...
 
FloatVarBranch Gecode::FLOAT_VAR_AFC_MAX (double d=1.0, BranchTbl tbl=nullptr)
 Select variable with largest accumulated failure count with decay factor d. More...
 
FloatVarBranch Gecode::FLOAT_VAR_AFC_MAX (FloatAFC a, BranchTbl tbl=nullptr)
 Select variable with largest accumulated failure count. More...
 
FloatVarBranch Gecode::FLOAT_VAR_ACTION_MIN (double d=1.0, BranchTbl tbl=nullptr)
 Select variable with lowest action with decay factor d. More...
 
FloatVarBranch Gecode::FLOAT_VAR_ACTION_MIN (FloatAction a, BranchTbl tbl=nullptr)
 Select variable with lowest action. More...
 
FloatVarBranch Gecode::FLOAT_VAR_ACTION_MAX (double d=1.0, BranchTbl tbl=nullptr)
 Select variable with highest action with decay factor d. More...
 
FloatVarBranch Gecode::FLOAT_VAR_ACTION_MAX (FloatAction a, BranchTbl tbl=nullptr)
 Select variable with highest action. More...
 
FloatVarBranch Gecode::FLOAT_VAR_CHB_MIN (BranchTbl tbl=nullptr)
 Select variable with lowest CHB Q-score. More...
 
FloatVarBranch Gecode::FLOAT_VAR_CHB_MIN (FloatCHB a, BranchTbl tbl=nullptr)
 Select variable with lowest CHB Q-score. More...
 
FloatVarBranch Gecode::FLOAT_VAR_CHB_MAX (BranchTbl tbl=nullptr)
 Select variable with highest CHB Q-score. More...
 
FloatVarBranch Gecode::FLOAT_VAR_CHB_MAX (FloatCHB a, BranchTbl tbl=nullptr)
 Select variable with highest CHB Q-score. More...
 
FloatVarBranch Gecode::FLOAT_VAR_MIN_MIN (BranchTbl tbl=nullptr)
 Select variable with smallest min. More...
 
FloatVarBranch Gecode::FLOAT_VAR_MIN_MAX (BranchTbl tbl=nullptr)
 Select variable with largest min. More...
 
FloatVarBranch Gecode::FLOAT_VAR_MAX_MIN (BranchTbl tbl=nullptr)
 Select variable with smallest max. More...
 
FloatVarBranch Gecode::FLOAT_VAR_MAX_MAX (BranchTbl tbl=nullptr)
 Select variable with largest max. More...
 
FloatVarBranch Gecode::FLOAT_VAR_SIZE_MIN (BranchTbl tbl=nullptr)
 Select variable with smallest domain size. More...
 
FloatVarBranch Gecode::FLOAT_VAR_SIZE_MAX (BranchTbl tbl=nullptr)
 Select variable with largest domain size. More...
 
FloatVarBranch Gecode::FLOAT_VAR_DEGREE_SIZE_MIN (BranchTbl tbl=nullptr)
 Select variable with smallest degree divided by domain size. More...
 
FloatVarBranch Gecode::FLOAT_VAR_DEGREE_SIZE_MAX (BranchTbl tbl=nullptr)
 Select variable with largest degree divided by domain size. More...
 
FloatVarBranch Gecode::FLOAT_VAR_AFC_SIZE_MIN (double d=1.0, BranchTbl tbl=nullptr)
 Select variable with smalllest accumulated failure count divided by domain size with decay factor d. More...
 
FloatVarBranch Gecode::FLOAT_VAR_AFC_SIZE_MIN (FloatAFC a, BranchTbl tbl=nullptr)
 Select variable with smallest accumulated failure count divided by domain size. More...
 
FloatVarBranch Gecode::FLOAT_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...
 
FloatVarBranch Gecode::FLOAT_VAR_AFC_SIZE_MAX (FloatAFC a, BranchTbl tbl=nullptr)
 Select variable with largest accumulated failure count divided by domain size. More...
 
FloatVarBranch Gecode::FLOAT_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...
 
FloatVarBranch Gecode::FLOAT_VAR_ACTION_SIZE_MIN (FloatAction a, BranchTbl tbl=nullptr)
 Select variable with smallest action divided by domain size. More...
 
FloatVarBranch Gecode::FLOAT_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...
 
FloatVarBranch Gecode::FLOAT_VAR_ACTION_SIZE_MAX (FloatAction a, BranchTbl tbl=nullptr)
 Select variable with largest action divided by domain size. More...
 
FloatVarBranch Gecode::FLOAT_VAR_CHB_SIZE_MIN (BranchTbl tbl=nullptr)
 Select variable with smallest CHB Q-score divided by domain size. More...
 
FloatVarBranch Gecode::FLOAT_VAR_CHB_SIZE_MIN (FloatCHB c, BranchTbl tbl=nullptr)
 Select variable with smallest CHB Q-score divided by domain size. More...
 
FloatVarBranch Gecode::FLOAT_VAR_CHB_SIZE_MAX (BranchTbl tbl=nullptr)
 Select variable with largest CHB Q-score divided by domain size. More...
 
FloatVarBranch Gecode::FLOAT_VAR_CHB_SIZE_MAX (FloatCHB a, BranchTbl tbl=nullptr)
 Select variable with largest CHB Q-score divided by domain size. More...
 

Detailed Description

Function Documentation

◆ FLOAT_VAR_NONE()

FloatVarBranch Gecode::FLOAT_VAR_NONE ( void  )
inline

Select first unassigned variable.

Definition at line 101 of file var.hpp.

◆ FLOAT_VAR_RND()

FloatVarBranch Gecode::FLOAT_VAR_RND ( Rnd  r)
inline

Select random variable (uniform distribution, for tie breaking)

Definition at line 116 of file var.hpp.

◆ FLOAT_VAR_MERIT_MIN()

FloatVarBranch Gecode::FLOAT_VAR_MERIT_MIN ( FloatBranchMerit  bm,
BranchTbl  tbl 
)
inline

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

Definition at line 106 of file var.hpp.

◆ FLOAT_VAR_MERIT_MAX()

FloatVarBranch Gecode::FLOAT_VAR_MERIT_MAX ( FloatBranchMerit  bm,
BranchTbl  tbl 
)
inline

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

Definition at line 111 of file var.hpp.

◆ FLOAT_VAR_DEGREE_MIN()

FloatVarBranch Gecode::FLOAT_VAR_DEGREE_MIN ( BranchTbl  tbl)
inline

Select variable with smallest degree.

Definition at line 121 of file var.hpp.

◆ FLOAT_VAR_DEGREE_MAX()

FloatVarBranch Gecode::FLOAT_VAR_DEGREE_MAX ( BranchTbl  tbl)
inline

Select variable with largest degree.

Definition at line 126 of file var.hpp.

◆ FLOAT_VAR_AFC_MIN() [1/2]

FloatVarBranch Gecode::FLOAT_VAR_AFC_MIN ( double  d,
BranchTbl  tbl 
)
inline

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

Definition at line 131 of file var.hpp.

◆ FLOAT_VAR_AFC_MIN() [2/2]

FloatVarBranch Gecode::FLOAT_VAR_AFC_MIN ( FloatAFC  a,
BranchTbl  tbl 
)
inline

Select variable with smallest accumulated failure count.

Definition at line 136 of file var.hpp.

◆ FLOAT_VAR_AFC_MAX() [1/2]

FloatVarBranch Gecode::FLOAT_VAR_AFC_MAX ( double  d,
BranchTbl  tbl 
)
inline

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

Definition at line 141 of file var.hpp.

◆ FLOAT_VAR_AFC_MAX() [2/2]

FloatVarBranch Gecode::FLOAT_VAR_AFC_MAX ( FloatAFC  a,
BranchTbl  tbl 
)
inline

Select variable with largest accumulated failure count.

Definition at line 146 of file var.hpp.

◆ FLOAT_VAR_ACTION_MIN() [1/2]

FloatVarBranch Gecode::FLOAT_VAR_ACTION_MIN ( double  d,
BranchTbl  tbl 
)
inline

Select variable with lowest action with decay factor d.

Definition at line 151 of file var.hpp.

◆ FLOAT_VAR_ACTION_MIN() [2/2]

FloatVarBranch Gecode::FLOAT_VAR_ACTION_MIN ( FloatAction  a,
BranchTbl  tbl 
)
inline

Select variable with lowest action.

Definition at line 156 of file var.hpp.

◆ FLOAT_VAR_ACTION_MAX() [1/2]

FloatVarBranch Gecode::FLOAT_VAR_ACTION_MAX ( double  d,
BranchTbl  tbl 
)
inline

Select variable with highest action with decay factor d.

Definition at line 161 of file var.hpp.

◆ FLOAT_VAR_ACTION_MAX() [2/2]

FloatVarBranch Gecode::FLOAT_VAR_ACTION_MAX ( FloatAction  a,
BranchTbl  tbl 
)
inline

Select variable with highest action.

Definition at line 166 of file var.hpp.

◆ FLOAT_VAR_CHB_MIN() [1/2]

FloatVarBranch Gecode::FLOAT_VAR_CHB_MIN ( BranchTbl  tbl)
inline

Select variable with lowest CHB Q-score.

Definition at line 171 of file var.hpp.

◆ FLOAT_VAR_CHB_MIN() [2/2]

FloatVarBranch Gecode::FLOAT_VAR_CHB_MIN ( FloatCHB  c,
BranchTbl  tbl 
)
inline

Select variable with lowest CHB Q-score.

Definition at line 176 of file var.hpp.

◆ FLOAT_VAR_CHB_MAX() [1/2]

FloatVarBranch Gecode::FLOAT_VAR_CHB_MAX ( BranchTbl  tbl)
inline

Select variable with highest CHB Q-score.

Definition at line 181 of file var.hpp.

◆ FLOAT_VAR_CHB_MAX() [2/2]

FloatVarBranch Gecode::FLOAT_VAR_CHB_MAX ( FloatCHB  c,
BranchTbl  tbl 
)
inline

Select variable with highest CHB Q-score.

Definition at line 186 of file var.hpp.

◆ FLOAT_VAR_MIN_MIN()

FloatVarBranch Gecode::FLOAT_VAR_MIN_MIN ( BranchTbl  tbl)
inline

Select variable with smallest min.

Definition at line 191 of file var.hpp.

◆ FLOAT_VAR_MIN_MAX()

FloatVarBranch Gecode::FLOAT_VAR_MIN_MAX ( BranchTbl  tbl)
inline

Select variable with largest min.

Definition at line 196 of file var.hpp.

◆ FLOAT_VAR_MAX_MIN()

FloatVarBranch Gecode::FLOAT_VAR_MAX_MIN ( BranchTbl  tbl)
inline

Select variable with smallest max.

Definition at line 201 of file var.hpp.

◆ FLOAT_VAR_MAX_MAX()

FloatVarBranch Gecode::FLOAT_VAR_MAX_MAX ( BranchTbl  tbl)
inline

Select variable with largest max.

Definition at line 206 of file var.hpp.

◆ FLOAT_VAR_SIZE_MIN()

FloatVarBranch Gecode::FLOAT_VAR_SIZE_MIN ( BranchTbl  tbl)
inline

Select variable with smallest domain size.

Definition at line 211 of file var.hpp.

◆ FLOAT_VAR_SIZE_MAX()

FloatVarBranch Gecode::FLOAT_VAR_SIZE_MAX ( BranchTbl  tbl)
inline

Select variable with largest domain size.

Definition at line 216 of file var.hpp.

◆ FLOAT_VAR_DEGREE_SIZE_MIN()

FloatVarBranch Gecode::FLOAT_VAR_DEGREE_SIZE_MIN ( BranchTbl  tbl)
inline

Select variable with smallest degree divided by domain size.

Definition at line 221 of file var.hpp.

◆ FLOAT_VAR_DEGREE_SIZE_MAX()

FloatVarBranch Gecode::FLOAT_VAR_DEGREE_SIZE_MAX ( BranchTbl  tbl)
inline

Select variable with largest degree divided by domain size.

Definition at line 226 of file var.hpp.

◆ FLOAT_VAR_AFC_SIZE_MIN() [1/2]

FloatVarBranch Gecode::FLOAT_VAR_AFC_SIZE_MIN ( double  d,
BranchTbl  tbl 
)
inline

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

Definition at line 231 of file var.hpp.

◆ FLOAT_VAR_AFC_SIZE_MIN() [2/2]

FloatVarBranch Gecode::FLOAT_VAR_AFC_SIZE_MIN ( FloatAFC  a,
BranchTbl  tbl 
)
inline

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

Definition at line 236 of file var.hpp.

◆ FLOAT_VAR_AFC_SIZE_MAX() [1/2]

FloatVarBranch Gecode::FLOAT_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 241 of file var.hpp.

◆ FLOAT_VAR_AFC_SIZE_MAX() [2/2]

FloatVarBranch Gecode::FLOAT_VAR_AFC_SIZE_MAX ( FloatAFC  a,
BranchTbl  tbl 
)
inline

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

Definition at line 246 of file var.hpp.

◆ FLOAT_VAR_ACTION_SIZE_MIN() [1/2]

FloatVarBranch Gecode::FLOAT_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 251 of file var.hpp.

◆ FLOAT_VAR_ACTION_SIZE_MIN() [2/2]

FloatVarBranch Gecode::FLOAT_VAR_ACTION_SIZE_MIN ( FloatAction  a,
BranchTbl  tbl 
)
inline

Select variable with smallest action divided by domain size.

Definition at line 256 of file var.hpp.

◆ FLOAT_VAR_ACTION_SIZE_MAX() [1/2]

FloatVarBranch Gecode::FLOAT_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 261 of file var.hpp.

◆ FLOAT_VAR_ACTION_SIZE_MAX() [2/2]

FloatVarBranch Gecode::FLOAT_VAR_ACTION_SIZE_MAX ( FloatAction  a,
BranchTbl  tbl 
)
inline

Select variable with largest action divided by domain size.

Definition at line 266 of file var.hpp.

◆ FLOAT_VAR_CHB_SIZE_MIN() [1/2]

FloatVarBranch Gecode::FLOAT_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.

◆ FLOAT_VAR_CHB_SIZE_MIN() [2/2]

FloatVarBranch Gecode::FLOAT_VAR_CHB_SIZE_MIN ( FloatCHB  c,
BranchTbl  tbl 
)
inline

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

Definition at line 276 of file var.hpp.

◆ FLOAT_VAR_CHB_SIZE_MAX() [1/2]

FloatVarBranch Gecode::FLOAT_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.

◆ FLOAT_VAR_CHB_SIZE_MAX() [2/2]

FloatVarBranch Gecode::FLOAT_VAR_CHB_SIZE_MAX ( FloatCHB  c,
BranchTbl  tbl 
)
inline

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

Definition at line 286 of file var.hpp.