Generated on Tue May 22 09:41:45 2018 for Gecode by doxygen 1.6.3

Gecode::Set::Rel::Eq< View0, View1 > Class Template Reference
[Set propagators]

Propagator for set equality More...

#include <rel.hh>

List of all members.

Public Member Functions

virtual Actorcopy (Space &home)
 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)
 Post propagator $ x=y $.

Protected Member Functions

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

Detailed Description

template<class View0, class View1>
class Gecode::Set::Rel::Eq< View0, View1 >

Propagator for set equality

Requires

 #include <gecode/set/rel.hh> 

Definition at line 150 of file rel.hh.


Constructor & Destructor Documentation

template<class View0 , class View1 >
Gecode::Set::Rel::Eq< View0, View1 >::Eq ( Space home,
Eq< View0, View1 > &  p 
) [inline, protected]

Constructor for cloning p.

Definition at line 49 of file eq.hpp.

template<class View0 , class View1 >
Gecode::Set::Rel::Eq< View0, View1 >::Eq ( Home  home,
View0  x0,
View1  x1 
) [inline, protected]

Constructor for posting.

Definition at line 44 of file eq.hpp.


Member Function Documentation

template<class View0 , class View1 >
Actor * Gecode::Set::Rel::Eq< View0, View1 >::copy ( Space home  )  [inline, virtual]

Copy propagator during cloning.

Implements Gecode::Actor.

Definition at line 62 of file eq.hpp.

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

Perform propagation.

Implements Gecode::Propagator.

Definition at line 68 of file eq.hpp.

template<class View0 , class View1 >
ExecStatus Gecode::Set::Rel::Eq< View0, View1 >::post ( Home  home,
View0  x,
View1  y 
) [inline, static]

Post propagator $ x=y $.

Definition at line 54 of file eq.hpp.


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