Gecode::Set::Int::Card< View > Class Template Reference
[Set propagators]
Propagator for cardinality More...
#include <int.hh>
Public Member Functions | |
| virtual Actor * | copy (Space &home) |
| Copy propagator during cloning. | |
| virtual ExecStatus | propagate (Space &home, const ModEventDelta &med) |
| Perform propagation. | |
Static Public Member Functions | |
| static ExecStatus | post (Home home, View s, Gecode::Int::IntView x) |
Post propagator for . | |
Protected Member Functions | |
| Card (Space &home, Card &p) | |
| Constructor for cloning p. | |
| Card (Home home, View, Gecode::Int::IntView) | |
| Constructor for posting. | |
Detailed Description
template<class View>
class Gecode::Set::Int::Card< View >
Propagator for cardinality
Requires
#include <gecode/set/int.hh>
Definition at line 229 of file int.hh.
Constructor & Destructor Documentation
template<class View >
| Gecode::Set::Int::Card< View >::Card | ( | Space & | home, | |
| Card< View > & | p | |||
| ) | [inline, protected] |
template<class View >
| Gecode::Set::Int::Card< View >::Card | ( | Home | home, | |
| View | y0, | |||
| Gecode::Int::IntView | y1 | |||
| ) | [inline, protected] |
Member Function Documentation
template<class View >
| Actor * Gecode::Set::Int::Card< View >::copy | ( | Space & | home | ) | [inline, virtual] |
template<class View >
| ExecStatus Gecode::Set::Int::Card< View >::propagate | ( | Space & | home, | |
| const ModEventDelta & | med | |||
| ) | [inline, virtual] |
template<class View >
| ExecStatus Gecode::Set::Int::Card< View >::post | ( | Home | home, | |
| View | s, | |||
| Gecode::Int::IntView | x | |||
| ) | [inline, static] |
The documentation for this class was generated from the following files:

.