Gecode::Set::RelOp::SubOfUnion< View0, View1, View2 > Class Template Reference
[Set propagators]
#include <rel-op.hh>
Inherits MixTernaryPropagator< View0, PC_SET_ANY, View1, PC_SET_ANY, View2, PC_SET_ANY >.
Detailed Description
template<class View0, class View1, class View2>
class Gecode::Set::RelOp::SubOfUnion< View0, View1, View2 >
Propagator for the subset of union
Requires
#include "gecode/set/rel-op.hh"
Definition at line 103 of file rel-op.hh.
Public Member Functions | |
| virtual Actor * | copy (Space *home, bool) |
| Copy propagator during cloning. | |
| virtual ExecStatus | propagate (Space *home, ModEventDelta med) |
| Perform propagation. | |
| virtual Reflection::ActorSpec | spec (const Space *home, Reflection::VarMap &m) const |
| Specification for this propagator. | |
Static Public Member Functions | |
| static ExecStatus | post (Space *home, View0 x, View1 y, View2 z) |
Post propagator . | |
| static void | post (Space *home, Reflection::VarMap &vars, const Reflection::ActorSpec &spec) |
| Post using specification. | |
| static Support::Symbol | ati (void) |
| Name of this propagator. | |
Protected Member Functions | |
| SubOfUnion (Space *home, bool share, SubOfUnion &p) | |
| Constructor for cloning p. | |
| SubOfUnion (Space *home, View0, View1, View2) | |
| Constructor for posting. | |
Constructor & Destructor Documentation
template<class View0, class View1, class View2>
| Gecode::Set::RelOp::SubOfUnion< View0, View1, View2 >::SubOfUnion | ( | Space * | home, | |
| bool | share, | |||
| SubOfUnion< View0, View1, View2 > & | p | |||
| ) | [inline, protected] |
template<class View0, class View1, class View2>
| Gecode::Set::RelOp::SubOfUnion< View0, View1, View2 >::SubOfUnion | ( | Space * | home, | |
| View0 | y0, | |||
| View1 | y1, | |||
| View2 | y2 | |||
| ) | [inline, protected] |
Member Function Documentation
template<class View0, class View1, class View2>
| Actor * Gecode::Set::RelOp::SubOfUnion< View0, View1, View2 >::copy | ( | Space * | home, | |
| bool | share | |||
| ) | [inline, virtual] |
Copy propagator during cloning.
Implements Gecode::Actor.
Definition at line 48 of file subofunion.icc.
template<class View0, class View1, class View2>
| ExecStatus Gecode::Set::RelOp::SubOfUnion< View0, View1, View2 >::propagate | ( | Space * | home, | |
| ModEventDelta | med | |||
| ) | [inline, virtual] |
template<class View0, class View1, class View2>
| ExecStatus Gecode::Set::RelOp::SubOfUnion< View0, View1, View2 >::post | ( | Space * | home, | |
| View0 | x, | |||
| View1 | y, | |||
| View2 | z | |||
| ) | [inline, static] |
template<class View0, class View1, class View2>
| Reflection::ActorSpec Gecode::Set::RelOp::SubOfUnion< View0, View1, View2 >::spec | ( | const Space * | home, | |
| Reflection::VarMap & | m | |||
| ) | const [inline, virtual] |
Specification for this propagator.
Reimplemented from Gecode::Actor.
Definition at line 60 of file subofunion.icc.
template<class View0, class View1, class View2>
| void Gecode::Set::RelOp::SubOfUnion< View0, View1, View2 >::post | ( | Space * | home, | |
| Reflection::VarMap & | vars, | |||
| const Reflection::ActorSpec & | spec | |||
| ) | [inline, static] |
template<class View0, class View1, class View2>
| Support::Symbol Gecode::Set::RelOp::SubOfUnion< View0, View1, View2 >::ati | ( | void | ) | [inline, static] |
The documentation for this class was generated from the following files:
- gecode/set/rel-op.hh (Revision: 5993)
- gecode/set/rel-op/subofunion.icc (Revision: 6017)

.