Generated on Sat Nov 11 01:12:22 2006 for Gecode by doxygen 1.5.1

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

#include <rel.hh>

Inherits Gecode::InhomBinaryPropagator< View0, PC_SET_VAL, View1, PC_SET_VAL >.

List of all members.


Detailed Description

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

Propagator for negated equality

Requires

 #include "gecode/set/rel.hh" 

Definition at line 191 of file rel.hh.

Public Member Functions

virtual Actorcopy (Space *home, bool)
 Copy propagator during cloning.
virtual ExecStatus propagate (Space *home)
 Perform propagation.

Static Public Member Functions

static ExecStatus post (Space *home, View0, View1)
 Post propagator $ x\neq y $.

Protected Member Functions

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


Constructor & Destructor Documentation

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

Constructor for cloning p.

Definition at line 37 of file nq.icc.

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

Constructor for posting.

Definition at line 32 of file nq.icc.


Member Function Documentation

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

Copy propagator during cloning.

Implements Gecode::Actor.

Definition at line 54 of file nq.icc.

template<class View0, class View1>
ExecStatus Gecode::Set::Rel::Distinct< View0, View1 >::propagate ( Space home  )  [virtual]

Perform propagation.

Implements Gecode::Propagator.

Definition at line 60 of file nq.icc.

template<class View0, class View1>
ExecStatus Gecode::Set::Rel::Distinct< View0, View1 >::post ( Space home,
View0  ,
View1   
) [static]

Post propagator $ x\neq y $.

Definition at line 43 of file nq.icc.


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