Generated on Thu Mar 22 10:40:00 2012 for Gecode by doxygen 1.6.3

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

Propagator for the superset of intersection More...

#include <rel-op.hh>

List of all members.

Public Member Functions

virtual Actorcopy (Space &home, bool)
 Copy propagator during cloning.
virtual ExecStatus propagate (Space &home, const ModEventDelta &med)
 Perform propagation.

Static Public Member Functions

static ExecStatus post (Home home, View0 x, View1 y, View2 z)
 Post propagator $ z \supseteq x \cap y$.

Protected Member Functions

 SuperOfInter (Space &home, bool share, SuperOfInter &p)
 Constructor for cloning p.
 SuperOfInter (Home home, View0, View1, View2)
 Constructor for posting.

Detailed Description

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

Propagator for the superset of intersection

Requires

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


Constructor & Destructor Documentation

template<class View0 , class View1 , class View2 >
Gecode::Set::RelOp::SuperOfInter< View0, View1, View2 >::SuperOfInter ( Space home,
bool  share,
SuperOfInter< View0, View1, View2 > &  p 
) [inline, protected]

Constructor for cloning p.

Definition at line 56 of file superofinter.hpp.

template<class View0 , class View1 , class View2 >
Gecode::Set::RelOp::SuperOfInter< View0, View1, View2 >::SuperOfInter ( Home  home,
View0  y0,
View1  y1,
View2  y2 
) [inline, protected]

Constructor for posting.

Definition at line 49 of file superofinter.hpp.


Member Function Documentation

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

Copy propagator during cloning.

Implements Gecode::Actor.

Definition at line 70 of file superofinter.hpp.

template<class View0 , class View1 , class View2 >
ExecStatus Gecode::Set::RelOp::SuperOfInter< View0, View1, View2 >::propagate ( Space home,
const ModEventDelta med 
) [inline, virtual]

Perform propagation.

Implements Gecode::Propagator.

Definition at line 76 of file superofinter.hpp.

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

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

Definition at line 62 of file superofinter.hpp.


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