Go to the source code of this file.
Namespaces | |
Gecode | |
Gecode toplevel namespace | |
Gecode::FlatZinc | |
Interpreter for the FlatZinc language. | |
Functions | |
BoolValBranch | Gecode::FlatZinc::i2b (const IntValBranch &ivb) |
Map respective integer value selection to Boolean value selection. More... | |
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... | |