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. |
Propagator for cardinality
Requires
#include <gecode/set/int.hh>
Gecode::Set::Int::Card< View >::Card | ( | Space & | home, |
bool | share, | ||
Card< View > & | p | ||
) | [inline, protected] |
Gecode::Set::Int::Card< View >::Card | ( | Home | home, |
View | y0, | ||
Gecode::Int::IntView | y1 | ||
) | [inline, protected] |
Actor * Gecode::Set::Int::Card< View >::copy | ( | Space & | home, |
bool | share | ||
) | [virtual] |
ExecStatus Gecode::Set::Int::Card< View >::propagate | ( | Space & | home, |
const ModEventDelta & | med | ||
) | [virtual] |
ExecStatus Gecode::Set::Int::Card< View >::post | ( | Home | home, |
View | s, | ||
Gecode::Int::IntView | x | ||
) | [inline, static] |