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, bool) |
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, bool share, 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 233 of file int.hh.
Constructor & Destructor Documentation
template<class View >
Gecode::Set::Int::Card< View >::Card | ( | Space & | home, | |
bool | share, | |||
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, | |
bool | share | |||
) | [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:
- gecode/set/int.hh (Revision: 15137)
- gecode/set/int/card.hpp (Revision: 10603)