Generated on Tue Sep 25 2012 20:53:34 for Gecode by doxygen 1.7.5
Gecode::Set::RelOp::SubOfUnion Class Reference

Propagator for the subset of union 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 \subseteq x \cap y$.

Protected Member Functions

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

Detailed Description

Propagator for the subset of union

Requires


Constructor & Destructor Documentation

Gecode::Set::RelOp::SubOfUnion::SubOfUnion ( Space home,
bool  share,
SubOfUnion p 
) [protected]

Constructor for cloning p.

Gecode::Set::RelOp::SubOfUnion::SubOfUnion ( Home  home,
View0  y0,
View1  y1,
View2  y2 
) [inline, protected]

Constructor for posting.

Definition at line 145 of file subofunion.hpp.


Member Function Documentation

Actor * Gecode::Set::RelOp::SubOfUnion::copy ( Space home,
bool  share 
) [virtual]

Copy propagator during cloning.

Definition at line 48 of file subofunion.hpp.

ExecStatus Gecode::Set::RelOp::SubOfUnion::propagate ( Space home,
const ModEventDelta med 
) [virtual]

Perform propagation.

Definition at line 54 of file subofunion.hpp.

ExecStatus Gecode::Set::RelOp::SubOfUnion::post ( Home  home,
View0  x,
View1  y,
View2  z 
) [static]

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

Definition at line 159 of file subofunion.hpp.


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