Gecode::Set::Int::Card Class Reference
[Set propagators]
#include <int.hh>
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
| Gecode::Set::Int::Card::Card | ( | Space * | home, | |
| SetView | , | |||
| Gecode::Int::IntView | ||||
| ) | [inline, protected] |
Member Function Documentation
| ExecStatus Gecode::Set::Int::Card::propagate | ( | Space * | home | ) | [virtual] |
| ExecStatus Gecode::Set::Int::Card::post | ( | Space * | home, | |
| SetView | s, | |||
| Gecode::Int::IntView | x | |||
| ) | [inline, static] |
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)

.