|
| LqView (Home home, ViewArray< VX > &x, VY y, VZ z, int c) |
| Constructor for creation. More...
|
|
virtual Actor * | copy (Space &home, bool share) |
| Create copy during cloning. More...
|
|
virtual ExecStatus | propagate (Space &home, const ModEventDelta &med) |
| Perform propagation. More...
|
|
virtual size_t | dispose (Space &home) |
| Delete propagator and return its size. More...
|
|
virtual PropCost | cost (const Space &home, const ModEventDelta &med) const |
| Cost function (defined as low linear) More...
|
|
virtual void | reschedule (Space &home) |
| Schedule function. More...
|
|
ModEventDelta | modeventdelta (void) const |
| Return the modification event delta. More...
|
|
virtual ExecStatus | advise (Space &home, Advisor &a, const Delta &d) |
| Advise function. More...
|
|
virtual void | advise (Space &home, Advisor &a) |
| Run advisor a to be run on failure in failed space. More...
|
|
double | afc (void) const |
| Return the accumlated failure count. More...
|
|
unsigned int | id (void) const |
| Return propagator id. More...
|
|
PropagatorGroup | group (void) const |
| Return group propagator belongs to. More...
|
|
void | group (PropagatorGroup g) |
| Add propagator to group g. More...
|
|
bool | disabled (void) const |
| Whether propagator is currently disabled. More...
|
|
virtual | ~Actor (void) |
| To avoid warnings. More...
|
|
|
| LqView (Space &home, bool share, LqView &p) |
| Constructor for cloning p. More...
|
|
| ViewBase (Space &home, bool share, ViewBase &p) |
| Constructor for cloning p. More...
|
|
| ViewBase (Home home, ViewArray< VX > &x, VY y, VZ z, int c) |
| Constructor for creation. More...
|
|
void | count (Space &home) |
| Count how many views are equal now. More...
|
|
int | atleast (void) const |
| How many views are at least equal. More...
|
|
int | atmost (void) const |
| How many views are at most equal. More...
|
|
| Propagator (Home home) |
| Constructor for posting. More...
|
|
| Propagator (Space &home, bool share, Propagator &p) |
| Constructor for cloning p. More...
|
|
Propagator * | fwd (void) const |
| Return forwarding pointer during copying. More...
|
|
GPI::Info & | gpi (void) |
| Provide access to global propagator information. More...
|
|
template<class VX, class VY, class VZ, bool shr>
class Gecode::Int::Count::LqView< VX, VY, VZ, shr >
Propagator for counting views (less or equal to number of equal views)
Not all combinations of views are possible. The types VX and VY must be either equal, or VY must be ConstIntView, ZeroIntView, or IntSet.
Requires
Definition at line 345 of file count.hh.