40#ifndef __GECODE_SET_PRECEDE_HH__
41#define __GECODE_SET_PRECEDE_HH__
50namespace Gecode {
namespace Set {
namespace Precede {
int p
Number of positive literals for node type.
struct Gecode::@603::NNF::@65::@67 a
For atomic nodes.
Generic domain change information to be supplied to advisors.
Home class for posting propagators
Base-class for propagators.
ModEventDelta med
A set of modification events (used during propagation)
Advisors for views (by position in array)
Index(Space &home, Propagator &p, Council< Index > &c, int i)
Create index advisor.
int i
The position of the view in the view array.
Single value precedence propagator.
int alpha
Pointers updated during propagation.
virtual ExecStatus propagate(Space &home, const ModEventDelta &med)
Perform propagation.
virtual size_t dispose(Space &home)
Delete propagator and return its size.
virtual Propagator * copy(Space &home)
Copy propagator during cloning.
ExecStatus updateBeta(Space &home)
Update the beta pointer.
virtual ExecStatus advise(Space &home, Advisor &a, const Delta &d)
Give advice to propagator.
static ExecStatus post(Home home, ViewArray< View > &x, int s, int t)
Post propagator that s precedes t in x.
Council< Index > c
The advisor council.
int s
The value s must precede t.
virtual PropCost cost(const Space &, const ModEventDelta &) const
Cost function.
Single(Home home, ViewArray< View > &x, int s, int t, int beta, int gamma)
Constructor for posting.
virtual void reschedule(Space &home)
Schedule function.
ExecStatus updateAlpha(Space &home)
Update the alpha pointer.
int ModEventDelta
Modification event deltas.
const Gecode::PropCond PC_SET_NONE
Propagation condition to be ignored (convenience)
Gecode toplevel namespace