Generated on Sat Aug 25 2012 15:53:14 for Gecode by doxygen 1.7.5
Gecode::Set::RelOp::Intersection Class Reference

Propagator for ternary 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=x\cap y$.

Protected Member Functions

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

Detailed Description

Propagator for ternary intersection

Requires


Constructor & Destructor Documentation

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

Constructor for cloning p.

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

Constructor for posting.

Definition at line 190 of file inter.hpp.


Member Function Documentation

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

Copy propagator during cloning.

Definition at line 60 of file inter.hpp.

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

Perform propagation.

Definition at line 66 of file inter.hpp.

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

Post propagator $ z=x\cap y$.

Definition at line 52 of file inter.hpp.


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