Gecode::CpltSet::BinRelDisj< View0, View1 > Class Template Reference
[CpltSet propagators]
#include <propagators.hh>
Inherits Gecode::CpltSet::BinaryCpltSetPropagator< View0, View1 >.
Detailed Description
template<class View0, class View1>
class Gecode::CpltSet::BinRelDisj< View0, View1 >
Binary Rel Disjoint Propagator.
Propagates a constraint specified as a bdd.
Requires
#include "gecode/cpltset/propagators.hh"
Definition at line 269 of file propagators.hh.
Public Member Functions | |
virtual size_t | dispose (Space *home) |
Delete propagator. | |
virtual Actor * | copy (Space *home, bool) |
Copy propagator during cloning. | |
virtual ExecStatus | propagate (Space *home, ModEventDelta med) |
Perform propagation. | |
Static Public Member Functions | |
static ExecStatus | post (Space *home, View0 &x0, View1 &y0, bdd &d) |
Protected Member Functions | |
BinRelDisj (Space *home, bool share, BinRelDisj< View0, View1 > &p) | |
Constructor for cloning p. | |
BinRelDisj (Space *home, View0 &x0, View1 &y0, bdd &d) | |
Constructor for posting. |
Constructor & Destructor Documentation
template<class View0, class View1>
Gecode::CpltSet::BinRelDisj< View0, View1 >::BinRelDisj | ( | Space * | home, | |
bool | share, | |||
BinRelDisj< View0, View1 > & | p | |||
) | [inline, protected] |
template<class View0, class View1>
Gecode::CpltSet::BinRelDisj< View0, View1 >::BinRelDisj | ( | Space * | home, | |
View0 & | x0, | |||
View1 & | y0, | |||
bdd & | d | |||
) | [inline, protected] |
Member Function Documentation
template<class View0, class View1>
size_t Gecode::CpltSet::BinRelDisj< View0, View1 >::dispose | ( | Space * | home | ) | [inline, virtual] |
Delete propagator.
Reimplemented from Gecode::CpltSet::BinaryCpltSetPropagator< View0, View1 >.
Definition at line 158 of file binary.icc.
template<class View0, class View1>
Actor * Gecode::CpltSet::BinRelDisj< View0, View1 >::copy | ( | Space * | home, | |
bool | share | |||
) | [inline, virtual] |
Copy propagator during cloning.
Reimplemented from Gecode::CpltSet::BinaryCpltSetPropagator< View0, View1 >.
Definition at line 173 of file binary.icc.
template<class View0, class View1>
ExecStatus Gecode::CpltSet::BinRelDisj< View0, View1 >::propagate | ( | Space * | home, | |
ModEventDelta | med | |||
) | [inline, virtual] |
Perform propagation.
Reimplemented from Gecode::CpltSet::BinaryCpltSetPropagator< View0, View1 >.
Definition at line 179 of file binary.icc.
template<class View0, class View1>
ExecStatus Gecode::CpltSet::BinRelDisj< View0, View1 >::post | ( | Space * | home, | |
View0 & | x0, | |||
View1 & | y0, | |||
bdd & | d | |||
) | [inline, static] |
Reimplemented from Gecode::CpltSet::BinaryCpltSetPropagator< View0, View1 >.
Definition at line 165 of file binary.icc.
The documentation for this class was generated from the following files:
- gecode/cpltset/propagators.hh (Revision: 5993)
- gecode/cpltset/propagators/binary.icc (Revision: 6017)