Propagator for the match constraint More...
#include <int.hh>
Public Member Functions | |
virtual Actor * | copy (Space &home, bool) |
Copy propagator during cloning. More... | |
virtual PropCost | cost (const Space &home, const ModEventDelta &med) const |
Cost function (defined as PC_LINEAR_LO) More... | |
virtual size_t | dispose (Space &home) |
Delete Propagator. More... | |
virtual ExecStatus | propagate (Space &home, const ModEventDelta &med) |
Perform propagation. More... | |
![]() | |
ModEventDelta | modeventdelta (void) const |
Return the modification event delta. More... | |
virtual ExecStatus | advise (Space &home, Advisor &a, const Delta &d) |
Advise function. More... | |
double | afc (void) const |
Return the accumlated failure count. More... | |
Static Public Member Functions | |
static ExecStatus | post (Home home, View s, ViewArray< Gecode::Int::IntView > &x) |
Post propagator that propagates that s contains the ![]() | |
Protected Member Functions | |
Match (Space &home, bool share, Match &p) | |
Constructor for cloning p. More... | |
Match (Home home, View, ViewArray< Gecode::Int::IntView > &) | |
Constructor for posting. More... | |
![]() | |
Propagator (Home home) | |
Constructor for posting. More... | |
Propagator (Space &home, bool share, Propagator &p) | |
Constructor for cloning p. More... | |
Protected Attributes | |
View | x0 |
SetView for the match. More... | |
ViewArray< Gecode::Int::IntView > | xs |
IntViews that together form the set x0. More... | |
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 |