Generated on Tue Feb 11 2025 17:33:26 for Gecode by doxygen 1.12.0
branch.hh File Reference

Go to the source code of this file.

Classes

class  Gecode::FlatZinc::IntBoolVarBranch
 Which integer or Boolean variable to select for branching. More...
 
class  Gecode::FlatZinc::MeritMaxAFC
 Select by maximal AFC. More...
 
class  Gecode::FlatZinc::MeritMaxAFCSize
 Select by maximal AFC over size. More...
 
class  Gecode::FlatZinc::MeritMaxAction
 Select by maximal Action. More...
 
class  Gecode::FlatZinc::MeritMaxActionSize
 Select by maximal Action over size. More...
 
class  Gecode::FlatZinc::MeritMaxCHB
 Select by maximal CHB. More...
 
class  Gecode::FlatZinc::MeritMaxCHBSize
 Select by maximal CHB over size. More...
 
class  Gecode::FlatZinc::PosIntChoice
 Choice storing position and value More...
 
class  Gecode::FlatZinc::IntBoolBrancherBase
 Base-class for brancher for integer and Boolean views. More...
 
class  Gecode::FlatZinc::IntBoolBrancher< Merit >
 Brancher for integer and Boolean views. More...
 

Namespaces

namespace  Gecode
 Gecode toplevel namespace
 
namespace  Gecode::FlatZinc
 Interpreter for the FlatZinc language.
 

Functions

IntBoolVarBranch Gecode::FlatZinc::INTBOOL_VAR_AFC_MAX (double d=1.0)
 Variable selection for both integer and Boolean variables.
 
IntBoolVarBranch Gecode::FlatZinc::INTBOOL_VAR_AFC_MAX (IntAFC ia, BoolAFC ba)
 Select variable with largest accumulated failure count.
 
IntBoolVarBranch Gecode::FlatZinc::INTBOOL_VAR_ACTION_MAX (double d=1.0)
 Select variable with highest action.
 
IntBoolVarBranch Gecode::FlatZinc::INTBOOL_VAR_ACTION_MAX (IntAction ia, BoolAction ba)
 Select variable with highest action.
 
IntBoolVarBranch Gecode::FlatZinc::INTBOOL_VAR_CHB_MAX (double d=1.0)
 Select variable with largest CHB Q-score.
 
IntBoolVarBranch Gecode::FlatZinc::INTBOOL_VAR_CHB_MAX (IntCHB ic, BoolCHB bc)
 Select variable with largest CHB Q-score.
 
IntBoolVarBranch Gecode::FlatZinc::INTBOOL_VAR_AFC_SIZE_MAX (double d=1.0)
 Select variable with largest accumulated failure count divided by domain size.
 
IntBoolVarBranch Gecode::FlatZinc::INTBOOL_VAR_AFC_SIZE_MAX (IntAFC ia, BoolAFC ba)
 Select variable with largest accumulated failure count divided by domain size.
 
IntBoolVarBranch Gecode::FlatZinc::INTBOOL_VAR_ACTION_SIZE_MAX (double d=1.0)
 Select variable with largest action divided by domain size.
 
IntBoolVarBranch Gecode::FlatZinc::INTBOOL_VAR_ACTION_SIZE_MAX (IntAction ia, BoolAction ba)
 Select variable with largest action divided by domain size.
 
IntBoolVarBranch Gecode::FlatZinc::INTBOOL_VAR_CHB_SIZE_MAX (double d=1.0)
 Select variable with largest CHB Q-score divided by domain size.
 
IntBoolVarBranch Gecode::FlatZinc::INTBOOL_VAR_CHB_SIZE_MAX (IntCHB ic, BoolCHB bc)
 Select variable with largest CHB Q-score divided by domain size.
 
BoolValBranch Gecode::FlatZinc::i2b (const IntValBranch &ivb)
 Map respective integer value selection to Boolean value selection.
 
void Gecode::FlatZinc::branch (Home home, const IntVarArgs &x, const BoolVarArgs &y, IntBoolVarBranch vars, IntValBranch vals)
 Branch function for integer and Boolean variables.