Public Member Functions |
| LqView (Home home, ViewArray< VX > &x, VY y, VZ z, int c) |
| Constructor for creation.
|
virtual Actor * | copy (Space &home, bool share) |
| Create copy during cloning.
|
virtual ExecStatus | propagate (Space &home, const ModEventDelta &med) |
| Perform propagation.
|
Static Public Member Functions |
static ExecStatus | post (Home home, ViewArray< VX > &x, VY y, VZ z, int c) |
| Post propagator for .
|
Protected Member Functions |
| LqView (Space &home, bool share, LqView &p) |
| Constructor for cloning p.
|
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.
Requires
Definition at line 356 of file count.hh.