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

Propagator for set equality More...

#include <rel.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, View1)
 Post propagator $ x=y $.

Protected Member Functions

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

Detailed Description

Propagator for set equality

Requires

 #include <gecode/set/rel.hh> 

Constructor & Destructor Documentation

Gecode::Set::Rel::Eq::Eq ( Space home,
bool  share,
Eq p 
) [inline, protected]

Constructor for cloning p.

Definition at line 53 of file eq.hpp.

Gecode::Set::Rel::Eq::Eq ( Home  home,
View0  x,
View1  y 
) [inline, protected]

Constructor for posting.

Definition at line 48 of file eq.hpp.


Member Function Documentation

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

Copy propagator during cloning.

Definition at line 65 of file eq.hpp.

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

Perform propagation.

Definition at line 71 of file eq.hpp.

ExecStatus Gecode::Set::Rel::Eq::post ( Home  home,
View0  x,
View1  y 
) [static]

Post propagator $ x=y $.

Definition at line 58 of file eq.hpp.


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