#include <gecode/set/ldsb.hh>
#include <gecode/set/branch.hh>
#include <map>
Go to the source code of this file.
|
Variables in a x are interchangeable SymmetryHandle | Gecode::VariableSymmetry (const SetVarArgs &x) |
SymmetryHandle | Gecode::VariableSequenceSymmetry (const SetVarArgs &x, int ss) |
| Variable sequences in x of size ss are interchangeable.
|
template<> |
ModEvent | Gecode::Int::LDSB::prune< Set::SetView > (Space &home, Set::SetView x, int v) |
SymmetryImp< SetView > * | Gecode::Set::LDSB::createSetSym (Space &home, const SymmetryHandle &s, VariableMap variableMap) |
void | Gecode::branch (Home home, const SetVarArgs &x, SetVarBranch vars, SetValBranch vals, const Symmetries &syms, SetBranchFilter bf=nullptr, SetVarValPrint vvp=nullptr) |
| Branch over x with variable selection vars and value selection vals with symmetry breaking.
|
void | Gecode::branch (Home home, const SetVarArgs &x, TieBreak< SetVarBranch > vars, SetValBranch vals, const Symmetries &syms, SetBranchFilter bf=nullptr, SetVarValPrint vvp=nullptr) |
| Branch over x with tie-breaking variable selection vars and value selection vals with symmetry breaking.
|