Gecode::Set::Int::Card Class Reference
[Set propagators]
#include <int.hh>
Inherits Gecode::IntSetPropagator< SetView, PC_SET_CARD, Gecode::Int::PC_INT_BND >.
Detailed Description
Propagator for cardinalityRequires
#include "gecode/set/int.hh"
Definition at line 86 of file int.hh.
Public Member Functions | |
virtual Actor * | copy (Space *home, bool) |
Copy propagator during cloning. | |
virtual ExecStatus | propagate (Space *home) |
Perform propagation. | |
Static Public Member Functions | |
static ExecStatus | post (Space *home, SetView s, Gecode::Int::IntView x) |
Post propagator for ![]() | |
Protected Member Functions | |
Card (Space *home, bool share, Card &p) | |
Constructor for cloning p. | |
Card (Space *home, SetView, Gecode::Int::IntView) | |
Constructor for posting. |
Constructor & Destructor Documentation
|
Constructor for cloning p.
|
|
Constructor for posting.
|
Member Function Documentation
|
Copy propagator during cloning.
Implements Gecode::Actor. |
|
Perform propagation.
Implements Gecode::Propagator. |
|
Post propagator for
|
The documentation for this class was generated from the following files:
- gecode/set/int.hh (Revision: 3246)
- gecode/set/int/card.cc (Revision: 3188)
- gecode/set/int/card.icc (Revision: 3188)