Generated on Thu Jul 6 07:07:08 2006 for Gecode by doxygen 1.4.7

Gecode::Set::RelOp::SubOfUnion< View0, View1, View2 > Class Template Reference
[Set propagators]

#include <rel-op.hh>

Inherits Gecode::InhomTernaryPropagator< View0, PC_SET_ANY, View1, PC_SET_ANY, View2, PC_SET_ANY >.

List of all members.


Detailed Description

template<class View0, class View1, class View2>
class Gecode::Set::RelOp::SubOfUnion< View0, View1, View2 >

Propagator for the subset of union

Requires

Definition at line 80 of file rel-op.hh.

Public Member Functions

virtual Actorcopy (Space *home, bool)
 Copy propagator during cloning.
virtual ExecStatus propagate (Space *home)
 Perform propagation.

Static Public Member Functions

static ExecStatus post (Space *home, View0 x, View1 y, View2 z)
 Post propagator $ z \subseteq x \cap y$.

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 
) [protected]

Constructor for cloning p.

template<class View0, class View1, class View2>
Gecode::Set::RelOp::SubOfUnion< View0, View1, View2 >::SubOfUnion ( Space home,
View0  ,
View1  ,
View2   
) [inline, protected]

Constructor for posting.

Definition at line 129 of file subofunion.icc.


Member Function Documentation

template<class View0, class View1, class View2>
Actor * Gecode::Set::RelOp::SubOfUnion< View0, View1, View2 >::copy ( Space home,
bool   
) [virtual]

Copy propagator during cloning.

Implements Gecode::Actor.

Definition at line 32 of file subofunion.icc.

template<class View0, class View1, class View2>
ExecStatus Gecode::Set::RelOp::SubOfUnion< View0, View1, View2 >::propagate ( Space home  )  [virtual]

Perform propagation.

Implements Gecode::Propagator.

Definition at line 38 of file subofunion.icc.

template<class View0, class View1, class View2>
ExecStatus Gecode::Set::RelOp::SubOfUnion< View0, View1, View2 >::post ( Space home,
View0  x,
View1  y,
View2  z 
) [static]

Post propagator $ z \subseteq x \cap y$.

Definition at line 143 of file subofunion.icc.


The documentation for this class was generated from the following files: