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

Propagator for the negated subset constraint 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 x, View1 y)
 Post propagator $ x\subseteq y$.

Protected Member Functions

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

Detailed Description

Propagator for the negated subset constraint

Requires

 #include <gecode/set/rel.hh> 

Constructor & Destructor Documentation

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

Constructor for cloning p.

Gecode::Set::Rel::NoSubset::NoSubset ( Home  home,
View0  y0,
View1  y1 
) [inline, protected]

Constructor for posting.

Definition at line 51 of file nosubset.hpp.


Member Function Documentation

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

Copy propagator during cloning.

Definition at line 73 of file nosubset.hpp.

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

Perform propagation.

Definition at line 79 of file nosubset.hpp.

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

Post propagator $ x\subseteq y$.

Definition at line 64 of file nosubset.hpp.


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