Generated on Mon Aug 25 11:35:49 2008 for Gecode by doxygen 1.5.6

Gecode::CpltSet::BinRelDisj< View0, View1 > Class Template Reference
[CpltSet propagators]

#include <propagators.hh>

Inherits Gecode::CpltSet::BinaryCpltSetPropagator< View0, View1 >.

List of all members.


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

Definition at line 269 of file propagators.hh.


Public Member Functions

virtual size_t dispose (Space *home)
 Delete propagator.
virtual Actorcopy (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]

Constructor for cloning p.

Definition at line 152 of file binary.icc.

template<class View0, class View1>
Gecode::CpltSet::BinRelDisj< View0, View1 >::BinRelDisj ( Space home,
View0 &  x0,
View1 &  y0,
bdd &  d 
) [inline, protected]

Constructor for posting.

Definition at line 146 of file binary.icc.


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: