
Bounds consistent element propagator for array of views. More...
#include <element.hh>
Public Member Functions | |
| virtual Actor * | copy (Space &home, bool share) |
| Perform copying during cloning. | |
| virtual ExecStatus | propagate (Space &home, const ModEventDelta &med) |
| Perform propagation. | |
Public Member Functions inherited from Gecode::Int::Element::View< VA, VB, VC, PC_INT_BND > | |
| virtual PropCost | cost (const Space &home, const ModEventDelta &med) const |
| Cost function. | |
| virtual size_t | dispose (Space &home) |
| Delete propagator and return its size. | |
Public Member Functions inherited from Gecode::Propagator | |
| ModEventDelta | modeventdelta (void) const |
| Return the modification event delta. | |
| virtual ExecStatus | advise (Space &home, Advisor &a, const Delta &d) |
| Advise function. | |
| double | afc (void) const |
| Return the accumlated failure count. | |
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. | |
Protected Member Functions inherited from Gecode::Int::Element::View< VA, VB, VC, PC_INT_BND > | |
| View (Space &home, bool share, View &p) | |
| Constructor for cloning p. | |
| View (Home home, IdxViewArray< VA > &iv, VB x0, VC x1) | |
| Constructor for creation. | |
Protected Member Functions inherited from Gecode::Propagator | |
| Propagator (Home home) | |
| Constructor for posting. | |
| Propagator (Space &home, bool share, Propagator &p) | |
| Constructor for cloning p. | |
Additional Inherited Members | |
Protected Attributes inherited from Gecode::Int::Element::View< VA, VB, VC, PC_INT_BND > | |
| IdxViewArray< VA > | iv |
| Current index-view map. | |
| VB | x0 |
| View for index. | |
| VC | x1 |
| View for result. | |
Bounds consistent element propagator for array of views.
Requires
Definition at line 287 of file element.hh.
|
inlineprotected |
|
inlineprotected |
|
virtual |
|
virtual |
|
static |