Generated on Mon Aug 25 11:35:54 2008 for Gecode by doxygen 1.5.6

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

#include <rel.hh>

Inherits MixBinaryPropagator< View0, PC_SET_CLUB, View1, PC_SET_CGLB >.

List of all members.


Detailed Description

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

Propagator for the negated subset constraint

Requires

 #include "gecode/set/rel.hh" 

Definition at line 98 of file rel.hh.


Public Member Functions

virtual Actorcopy (Space *home, bool)
 Copy propagator during cloning.
virtual ExecStatus propagate (Space *home, ModEventDelta med)
 Perform propagation.
virtual Reflection::ActorSpec spec (const Space *home, Reflection::VarMap &m) const
 Specification for this propagator.

Static Public Member Functions

static ExecStatus post (Space *home, View0 x, View1 y)
 Post propagator $ x\subseteq y$.
static void post (Space *home, Reflection::VarMap &vars, const Reflection::ActorSpec &spec)
 Post using specification.
static Support::Symbol ati (void)
 Name of this propagator.

Protected Member Functions

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

Constructor & Destructor Documentation

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

Constructor for cloning p.

Definition at line 57 of file nosubset.icc.

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

Constructor for posting.

Definition at line 51 of file nosubset.icc.


Member Function Documentation

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

Copy propagator during cloning.

Implements Gecode::Actor.

Definition at line 73 of file nosubset.icc.

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

Perform propagation.

Implements Gecode::Propagator.

Definition at line 103 of file nosubset.icc.

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

Post propagator $ x\subseteq y$.

Definition at line 64 of file nosubset.icc.

template<class View0, class View1>
Reflection::ActorSpec Gecode::Set::Rel::NoSubSet< View0, View1 >::spec ( const Space home,
Reflection::VarMap m 
) const [inline, virtual]

Specification for this propagator.

Reimplemented from Gecode::Actor.

Definition at line 85 of file nosubset.icc.

template<class View0, class View1>
void Gecode::Set::Rel::NoSubSet< View0, View1 >::post ( Space home,
Reflection::VarMap vars,
const Reflection::ActorSpec spec 
) [inline, static]

Post using specification.

Definition at line 93 of file nosubset.icc.

template<class View0, class View1>
Support::Symbol Gecode::Set::Rel::NoSubSet< View0, View1 >::ati ( void   )  [inline, static]

Name of this propagator.

Definition at line 79 of file nosubset.icc.


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