Gecode::Set::Distinct::AtmostOne Class Reference
[Set propagators]
#include <distinct.hh>
Inherits Gecode::NaryPropagator< Gecode::Set::SetView, PC_SET_ANY >.
Detailed Description
Propagator for the AtMostOneIntersection constraintRequires
#include "gecode/set/distinct.hh"
Definition at line 57 of file distinct.hh.
Public Member Functions | |
virtual Actor * | copy (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 and . | |
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
Member Function Documentation
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] |
ExecStatus Gecode::Set::Distinct::AtmostOne::post | ( | Space * | home, | |
ViewArray< SetView > | x, | |||
unsigned int | c | |||
) | [inline, static] |
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] |
Support::Symbol Gecode::Set::Distinct::AtmostOne::ati | ( | void | ) | [static] |
Member Data Documentation
unsigned int Gecode::Set::Distinct::AtmostOne::c [protected] |
The documentation for this class was generated from the following files:
- gecode/set/distinct.hh (Revision: 5993)
- gecode/set/distinct/atmostOne.cc (Revision: 6017)
- gecode/set/distinct/atmostOne.icc (Revision: 4790)