Gecode::VarImpView view.hpp class Var Var
View comparison
class VarA class VarB bool bool same (const VarImpView< VarA > &x, const VarImpView< VarB > &y) same const VarImpView< VarA > & x const VarImpView< VarB > & y Test whether views x and y are the same. class ViewA class ViewB bool bool before (const ViewA &x, const ViewB &y) before const ViewA & x const ViewB & y Test whether view x comes before y (arbitrary order)
Generic view information
bool forceinline bool Gecode::VarImpView< Var >::varderived (void) varderived void Return whether this view is derived from a VarImpView. VarImpType * forceinline Var::VarImpType * Gecode::VarImpView< Var >::varimp (void) const varimp void Return variable implementation of view. unsigned int forceinline unsigned int Gecode::VarImpView< Var >::degree (void) const degree void Return degree (number of subscribed propagators and advisors) double forceinline double Gecode::VarImpView< Var >::afc (const Space &home) const afc const Space & home Return accumulated failure count.
Domain tests
bool forceinline bool Gecode::VarImpView< Var >::assigned (void) const assigned void Test whether view is assigned.
View-dependent propagator support
void forceinline void Gecode::VarImpView< Var >::schedule (Space &home, Propagator &p, ModEvent me) schedule Space & home Propagator & p ModEvent me Schedule propagator p with modification event me. ModEvent forceinline ModEvent Gecode::VarImpView< Var >::me (const ModEventDelta &med) me const ModEventDelta & med Return modification event for view type in med. ModEventDelta forceinline ModEventDelta Gecode::VarImpView< Var >::med (ModEvent me) med ModEvent me Translate modification event me to modification event delta for view.
Dependencies
void forceinline void Gecode::VarImpView< Var >::subscribe (Space &home, Propagator &p, PropCond pc, bool schedule=true) subscribe Space & home Propagator & p PropCond pc bool schedule true Subscribe propagator p with propagation condition pc to view. In case schedule is false, the propagator is just subscribed but not scheduled for execution (this must be used when creating subscriptions during propagation). void forceinline void Gecode::VarImpView< Var >::cancel (Space &home, Propagator &p, PropCond pc) cancel Space & home Propagator & p PropCond pc Cancel subscription of propagator p with propagation condition pc to view. void forceinline void Gecode::VarImpView< Var >::subscribe (Space &home, Advisor &a) subscribe Space & home Advisor & a Subscribe advisor a to view. void forceinline void Gecode::VarImpView< Var >::cancel (Space &home, Advisor &a) cancel Space & home Advisor & a Cancel subscription of advisor a.
Delta information for advisors
ModEvent forceinline ModEvent Gecode::VarImpView< Var >::modevent (const Delta &d) modevent const Delta & d Return modification event.
Cloning
void forceinline void Gecode::VarImpView< Var >::update (Space &home, bool share, VarImpView< Var > &y) update Space & home bool share VarImpView< Var > & y Update this view to be a clone of view y.
Var typedef Var Gecode::VarImpView< Var >::VarType VarType The variable type corresponding to the view. Var::VarImpType typedef Var::VarImpType Gecode::VarImpView< Var >::VarImpType VarImpType The variable implementation type corresponding to the view. VarImpType * VarImpType* Gecode::VarImpView< Var >::x x Pointer to variable implementation. forceinline Gecode::VarImpView< Var >::VarImpView (void) VarImpView void Default constructor. forceinline Gecode::VarImpView< Var >::VarImpView (VarImpType *y) VarImpView VarImpType * y Initialize with variable implementation y. Base-class for variable implementation views. Gecode::VarImpViewafc Gecode::VarImpViewassigned Gecode::VarImpViewbefore Gecode::VarImpViewcancel Gecode::VarImpViewcancel Gecode::VarImpViewdegree Gecode::VarImpViewme Gecode::VarImpViewmed Gecode::VarImpViewmodevent Gecode::VarImpViewsame Gecode::VarImpViewschedule Gecode::VarImpViewsubscribe Gecode::VarImpViewsubscribe Gecode::VarImpViewupdate Gecode::VarImpViewvarderived Gecode::VarImpViewvarimp Gecode::VarImpViewVarImpType Gecode::VarImpViewVarImpView Gecode::VarImpViewVarImpView Gecode::VarImpViewVarType Gecode::VarImpViewx