|
virtual const Choice * | choice (Space &home) |
| Return choice.
|
|
virtual Actor * | copy (Space &home) |
| Perform cloning.
|
|
virtual size_t | dispose (Space &home) |
| Delete brancher and return its size.
|
|
virtual bool | status (const Space &home) const |
| Check status of brancher, return true if alternatives left.
|
|
virtual const Choice * | choice (const Space &home, Archive &e) |
| Return choice.
|
|
virtual ExecStatus | commit (Space &home, const Choice &c, unsigned int b) |
| Perform commit for choice c and alternative b.
|
|
virtual NGL * | ngl (Space &home, const Choice &c, unsigned int b) const |
| Create no-good literal for choice c and alternative b.
|
|
virtual void | print (const Space &home, const Choice &c, unsigned int b, std::ostream &o) const |
| Print branch for choice c and alternative b.
|
|
unsigned int | id (void) const |
| Return brancher id.
|
|
BrancherGroup | group (void) const |
| Return group brancher belongs to.
|
|
void | group (BrancherGroup g) |
| Add brancher to group g.
|
|
virtual | ~Actor (void) |
| To avoid warnings.
|
|
|
| IntBoolBrancher (Space &home, IntBoolBrancher &b) |
| Constructor for cloning b.
|
|
| IntBoolBrancher (Home home, ViewArray< Int::IntView > x, ViewArray< Int::BoolView > y, Merit &m, ValSelCommitBase< Int::IntView, int > *xvsc, ValSelCommitBase< Int::BoolView, int > *yvsc) |
| Constructor for creation.
|
|
| IntBoolBrancherBase (Space &home, IntBoolBrancherBase &b) |
| Constructor for cloning b.
|
|
| IntBoolBrancherBase (Home home, ViewArray< Int::IntView > x, ViewArray< Int::BoolView > y, ValSelCommitBase< Int::IntView, int > *xvsc, ValSelCommitBase< Int::BoolView, int > *yvsc) |
| Constructor for creation.
|
|
| Brancher (Home home) |
| Constructor for creation.
|
|
| Brancher (Space &home, Brancher &b) |
| Constructor for cloning b.
|
|
template<class Merit>
class Gecode::FlatZinc::IntBoolBrancher< Merit >
Brancher for integer and Boolean views.
Definition at line 303 of file branch.hh.