#include <gecode/flatzinc/branch.hh>
Go to the source code of this file.
Functions | |
void | Gecode::FlatZinc::branch (Home home, const IntVarArgs &x, const BoolVarArgs &y, IntBoolVarBranch vars, IntValBranch vals) |
Branch function for integer and Boolean variables. More... | |
GECODE_FLATZINC_EXPORT void Gecode::FlatZinc::branch | ( | Home | home, |
const IntVarArgs & | x, | ||
const BoolVarArgs & | y, | ||
IntBoolVarBranch | vars, | ||
IntValBranch | vals | ||
) |
Branch function for integer and Boolean variables.
Definition at line 120 of file branch.cpp.