Public Member Functions |
| virtual Actor * | copy (Space &home, bool share) |
| | Perform copying during cloning.
|
| virtual ExecStatus | propagate (Space &home, const ModEventDelta &med) |
| | Perform propagation.
|
Static Public Member Functions |
| static ExecStatus | post (Home home, IdxViewArray< VA > &iv, VB x0, VC x1) |
| | Post propagator for .
|
Protected Member Functions |
| | ViewBnd (Space &home, bool share, ViewBnd &p) |
| | Constructor for cloning p.
|
| | ViewBnd (Home home, IdxViewArray< VA > &iv, VB x0, VC x1) |
| | Constructor for creation.
|
template<class VA, class VB, class VC>
class Gecode::Int::Element::ViewBnd< VA, VB, VC >
Bounds consistent element propagator for array of views.
Requires
Definition at line 287 of file element.hh.