Public Member Functions |
| NqView (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 |
| NqView (Space &home, bool share, NqView &p) |
| Constructor for cloning p.
|
template<class VX, class VY, class VZ, bool shr>
class Gecode::Int::Count::NqView< VX, VY, VZ, shr >
Propagator for counting views (different from 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 322 of file count.hh.