
Propagator for the match constraint More...
#include <int.hh>
Public Member Functions | |
| virtual Actor * | copy (Space &home, bool) |
| Copy propagator during cloning. | |
| virtual PropCost | cost (const Space &home, const ModEventDelta &med) const |
| Cost function (defined as PC_LINEAR_LO) | |
| virtual size_t | dispose (Space &home) |
| Delete Propagator. | |
| virtual ExecStatus | propagate (Space &home, const ModEventDelta &med) |
| Perform propagation. | |
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, View s, ViewArray< Gecode::Int::IntView > &x) |
Post propagator that propagates that s contains the , which are sorted in non-descending order. | |
Protected Member Functions | |
| Match (Space &home, bool share, Match &p) | |
| Constructor for cloning p. | |
| Match (Home home, View, ViewArray< Gecode::Int::IntView > &) | |
| Constructor for posting. | |
Protected Member Functions inherited from Gecode::Propagator | |
| Propagator (Home home) | |
| Constructor for posting. | |
| Propagator (Space &home, bool share, Propagator &p) | |
| Constructor for cloning p. | |
Protected Attributes | |
| View | x0 |
| SetView for the match. | |
| ViewArray< Gecode::Int::IntView > | xs |
| IntViews that together form the set x0. | |
Propagator for the match constraint
Requires
|
inlineprotected |
|
inlineprotected |
|
virtual |
|
virtual |
Cost function (defined as PC_LINEAR_LO)
Implements Gecode::Propagator.
|
inlinevirtual |
|
virtual |
|
inlinestatic |
|
protected |
|
protected |