Generated on Fri Jan 10 2020 11:38:25 for Gecode by doxygen 1.8.16
branch.hpp File Reference

Go to the source code of this file.

Namespaces

 Gecode
 Gecode toplevel 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. More...
 
IntBoolVarBranch Gecode::FlatZinc::INTBOOL_VAR_AFC_MAX (IntAFC ia, BoolAFC ba)
 Select variable with largest accumulated failure count. More...
 
IntBoolVarBranch Gecode::FlatZinc::INTBOOL_VAR_ACTION_MAX (double d=1.0)
 Select variable with highest action. More...
 
IntBoolVarBranch Gecode::FlatZinc::INTBOOL_VAR_ACTION_MAX (IntAction ia, BoolAction ba)
 Select variable with highest action. More...
 
IntBoolVarBranch Gecode::FlatZinc::INTBOOL_VAR_CHB_MAX (double d=1.0)
 Select variable with largest CHB Q-score. More...
 
IntBoolVarBranch Gecode::FlatZinc::INTBOOL_VAR_CHB_MAX (IntCHB ic, BoolCHB bc)
 Select variable with largest CHB Q-score. More...
 
IntBoolVarBranch Gecode::FlatZinc::INTBOOL_VAR_AFC_SIZE_MAX (double d=1.0)
 Select variable with largest accumulated failure count divided by domain size. More...
 
IntBoolVarBranch Gecode::FlatZinc::INTBOOL_VAR_AFC_SIZE_MAX (IntAFC ia, BoolAFC ba)
 Select variable with largest accumulated failure count divided by domain size. More...
 
IntBoolVarBranch Gecode::FlatZinc::INTBOOL_VAR_ACTION_SIZE_MAX (double d=1.0)
 Select variable with largest action divided by domain size. More...
 
IntBoolVarBranch Gecode::FlatZinc::INTBOOL_VAR_ACTION_SIZE_MAX (IntAction ia, BoolAction ba)
 Select variable with largest action divided by domain size. More...
 
IntBoolVarBranch Gecode::FlatZinc::INTBOOL_VAR_CHB_SIZE_MAX (double d=1.0)
 Select variable with largest CHB Q-score divided by domain size. More...
 
IntBoolVarBranch Gecode::FlatZinc::INTBOOL_VAR_CHB_SIZE_MAX (IntCHB ic, BoolCHB bc)
 Select variable with largest CHB Q-score divided by domain size. More...
 
BoolValBranch Gecode::FlatZinc::i2b (const IntValBranch &ivb)
 Map respective integer value selection to Boolean value selection. More...