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

Gecode::Set::Distinct::AtmostOne Class Reference
[Set propagators]

#include <distinct.hh>

Inherits Gecode::NaryPropagator< Gecode::Set::SetView, PC_SET_ANY >.

List of all members.


Detailed Description

Propagator for the AtMostOneIntersection constraint

Requires

Definition at line 57 of file distinct.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, ViewArray< SetView > x, unsigned int c)
 Post propagator for $\forall 0\leq i\leq |x| : |x_i|=c$ and $\forall 0\leq i<j\leq |x| : |x_i\cap x_j|\leq 1$.
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

 AtmostOne (Space *home, bool share, AtmostOne &p)
 Constructor for cloning p.
 AtmostOne (Space *home, ViewArray< SetView > &, unsigned int)
 Constructor for posting.

Protected Attributes

unsigned int c
 Cardinality of the sets.

Constructor & Destructor Documentation

Gecode::Set::Distinct::AtmostOne::AtmostOne ( Space home,
bool  share,
AtmostOne p 
) [inline, protected]

Constructor for cloning p.

Definition at line 50 of file atmostOne.icc.

Gecode::Set::Distinct::AtmostOne::AtmostOne ( Space home,
ViewArray< SetView > &  x,
unsigned int  _c 
) [inline, protected]

Constructor for posting.

Definition at line 46 of file atmostOne.icc.


Member Function Documentation

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

Copy propagator during cloning.

Implements Gecode::Actor.

Definition at line 57 of file atmostOne.cc.

ExecStatus Gecode::Set::Distinct::AtmostOne::propagate ( Space home,
ModEventDelta  med 
) [virtual]

Perform propagation.

Implements Gecode::Propagator.

Definition at line 73 of file atmostOne.cc.

ExecStatus Gecode::Set::Distinct::AtmostOne::post ( Space home,
ViewArray< SetView x,
unsigned int  c 
) [inline, static]

Post propagator for $\forall 0\leq i\leq |x| : |x_i|=c$ and $\forall 0\leq i<j\leq |x| : |x_i\cap x_j|\leq 1$.

Definition at line 54 of file atmostOne.icc.

Reflection::ActorSpec Gecode::Set::Distinct::AtmostOne::spec ( const Space home,
Reflection::VarMap m 
) const [virtual]

Specification for this propagator.

Reimplemented from Gecode::Actor.

Definition at line 67 of file atmostOne.cc.

void Gecode::Set::Distinct::AtmostOne::post ( Space home,
Reflection::VarMap vars,
const Reflection::ActorSpec spec 
) [static]

Post using specification.

Definition at line 176 of file atmostOne.cc.

Support::Symbol Gecode::Set::Distinct::AtmostOne::ati ( void   )  [static]

Name of this propagator.

Definition at line 62 of file atmostOne.cc.


Member Data Documentation

unsigned int Gecode::Set::Distinct::AtmostOne::c [protected]

Cardinality of the sets.

Definition at line 61 of file distinct.hh.


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