Gecode::VarImp Gecode::VarImpBase core.hpp class VIC VIC
Dependencies
void void Gecode::VarImp< VIC >::subscribe (Space &home, Propagator &p, PropCond pc, bool assigned, ModEvent me, bool schedule) subscribe Space & home Propagator & p PropCond pc bool assigned ModEvent me bool schedule Subscribe propagator p with propagation condition pc. In case schedule is false, the propagator is just subscribed but not scheduled for execution (this must be used when creating subscriptions during propagation).In case the variable is assigned (that is, assigned is true), the subscribing propagator is scheduled for execution. Otherwise, the propagator subscribes and is scheduled for execution with modification event me provided that pc is different from PC_GEN_ASSIGNED. void forceinline void Gecode::VarImp< VIC >::cancel (Space &home, Propagator &p, PropCond pc, bool assigned) cancel Space & home Propagator & p PropCond pc bool assigned Cancel subscription of propagator p with propagation condition pc. If the variable is assigned, assigned must be true. void forceinline void Gecode::VarImp< VIC >::subscribe (Space &home, Advisor &a, bool assigned) subscribe Space & home Advisor & a bool assigned Subscribe advisor a to variable. The advisor a is only subscribed if assigned is false. void forceinline void Gecode::VarImp< VIC >::cancel (Space &home, Advisor &a, bool assigned) cancel Space & home Advisor & a bool assigned Cancel subscription of advisor a. If the variable is assigned, assigned must be true. unsigned int forceinline unsigned int Gecode::VarImp< VIC >::degree (void) const degree void Return degree (number of subscribed propagators and advisors) Note that the degree of a variable implementation is not available during cloning. double forceinline double Gecode::VarImp< VIC >::afc (const Space &home) const afc const Space & home Return accumulated failure count (plus degree) Note that the accumulated failure count of a variable implementation is not available during cloning.
Cloning variables
forceinline Gecode::VarImp< VIC >::VarImp (Space &home, bool share, VarImp &x) VarImp Space & home bool share VarImp & x Constructor for cloning. bool forceinline bool Gecode::VarImp< VIC >::copied (void) const copied void Is variable already copied. VarImp * forceinline VarImp< VIC > * Gecode::VarImp< VIC >::forward (void) const forward void Use forward pointer if variable already copied. VarImp * VarImp* Gecode::VarImp< VIC >::next (void) const next void Return next copied variable.
Variable implementation-dependent propagator support
void forceinline void Gecode::VarImp< VIC >::schedule (Space &home, Propagator &p, ModEvent me, bool force=false) schedule Space & home Propagator & p ModEvent me bool force false Schedule propagator p with modification event me. If force is true, the propagator is re-scheduled (including cost computation) even though its modification event delta has not changed. ModEvent forceinline ModEvent Gecode::VarImp< VIC >::me (const ModEventDelta &med) me const ModEventDelta & med Project modification event for this variable type from med. ModEventDelta forceinline ModEventDelta Gecode::VarImp< VIC >::med (ModEvent me) med ModEvent me Translate modification event me into modification event delta. ModEvent forceinline ModEvent Gecode::VarImp< VIC >::me_combine (ModEvent me1, ModEvent me2) me_combine ModEvent me1 ModEvent me2 Combine modifications events me1 and me2.
Delta information for advisors
ModEvent forceinline ModEvent Gecode::VarImp< VIC >::modevent (const Delta &d) modevent const Delta & d Return modification event.
Bit management
unsigned int forceinline unsigned int Gecode::VarImp< VIC >::bits (void) const bits void Provide access to free bits. unsigned int & forceinline unsigned int & Gecode::VarImp< VIC >::bits (void) bits void Provide access to free bits.
Memory management
void * forceinline void * Gecode::VarImp< VIC >::operator new (size_t, Space &) operator new size_t s Space & home Allocate memory from space. void forceinline void Gecode::VarImp< VIC >::operator delete (void *, Space &) operator delete void * Space & Return memory to space. void forceinline void Gecode::VarImp< VIC >::operator delete (void *) operator delete void * Needed for exceptions.
friend class friend class Space Space friend class friend class Propagator Propagator class VarImp friend class friend class VarImpDisposer VarImpDisposer ActorLink ** ActorLink** Gecode::VarImp< VIC >::base base Subscribed actors. The base pointer of the array of subscribed actors.This pointer must be first to avoid padding on 64 bit machines. VarImp< VIC > * VarImp<VIC>* Gecode::VarImp< VIC >::fwd fwd Forwarding pointer. During cloning, this is used as the forwarding pointer for the variable. The original value is saved in the copy and restored after cloning. unsigned int forceinline unsigned int Gecode::VarImp< VIC >::idx [pc_max+1] idx Indices of subscribed actors. The entries from base[0] to base[idx[pc_max]] are propagators, where the entries between base[idx[pc-1]] and base[idx[pc]] are the propagators that have subscribed with propagation condition pc.The entries between base[idx[pc_max]] and base[idx[pc_max+1]] are the advisors subscribed to the variable implementation. VarImp< VIC > * forceinline VarImp< VIC > * Gecode::VarImp< VIC >::next next During cloning, points to the next copied variable. union Gecode::VarImp::@2 union Gecode::VarImp::@2 Gecode::VarImp< VIC >::b b unsigned int unsigned int Gecode::VarImp< VIC >::entries entries Number of used subscription entries. unsigned int unsigned int Gecode::VarImp< VIC >::free_and_bits free_and_bits Number of free subscription entries. union Gecode::VarImp::@3 union Gecode::VarImp::@3 Gecode::VarImp< VIC >::u u const int const int Gecode::VarImp< VIC >::idx_c idx_c = VIC::idx_c Index for update. const int const int Gecode::VarImp< VIC >::idx_d idx_d = VIC::idx_d Index for disposal. const int const int Gecode::VarImp< VIC >::free_bits free_bits = VIC::free_bits Number of freely available bits. const Gecode::PropCond const Gecode::PropCond Gecode::VarImp< VIC >::pc_max pc_max = VIC::pc_max Maximal propagation condition. ActorLink ** forceinline ActorLink ** Gecode::VarImp< VIC >::actor (PropCond pc) actor PropCond pc Return subscribed actor at index pc. ActorLink ** forceinline ActorLink ** Gecode::VarImp< VIC >::actorNonZero (PropCond pc) actorNonZero PropCond pc Return subscribed actor at index pc, where pc is non-zero. unsigned int & unsigned int& Gecode::VarImp< VIC >::idx (PropCond pc) idx PropCond pc Return reference to index pc, where pc is non-zero. unsigned int unsigned int Gecode::VarImp< VIC >::idx (PropCond pc) const idx PropCond pc Return index pc, where pc is non-zero. void forceinline void Gecode::VarImp< VIC >::update (VarImp *x, ActorLink **&sub) update VarImp * x ActorLink **& sub Update copied variable x. The argument sub gives the memory area where subscriptions are to be stored. void forceinline void Gecode::VarImp< VIC >::enter (Space &home, Propagator *p, PropCond pc) enter Space & home Propagator * p PropCond pc Enter propagator to subscription array. void forceinline void Gecode::VarImp< VIC >::enter (Space &home, Advisor *a) enter Space & home Advisor * a Enter advisor to subscription array. void void Gecode::VarImp< VIC >::resize (Space &home) resize Space & home Resize subscription array. void forceinline void Gecode::VarImp< VIC >::remove (Space &home, Propagator *p, PropCond pc) remove Space & home Propagator * p PropCond pc Remove propagator from subscription array. void forceinline void Gecode::VarImp< VIC >::remove (Space &home, Advisor *a) remove Space & home Advisor * a Remove advisor from subscription array. void forceinline void Gecode::VarImp< VIC >::update (Space &home, ActorLink **&sub) update Space & home ActorLink **& sub Update all copied variables of this type. The argument sub gives the memory area where subscriptions are to be stored. void forceinline void Gecode::VarImp< VIC >::cancel (Space &home) cancel Space & home Cancel all subscriptions when variable implementation is assigned. bool forceinline bool Gecode::VarImp< VIC >::advise (Space &home, ModEvent me, Delta &d) advise Space & home ModEvent me Delta & d Run advisors when variable implementation has been modified with modification event me and domain change d. Returns false if an advisor has failed. void forceinline void Gecode::VarImp< VIC >::schedule (Space &home, PropCond pc1, PropCond pc2, ModEvent me) schedule Space & home PropCond pc1 PropCond pc2 ModEvent me Schedule subscribed propagators. forceinline Gecode::VarImp< VIC >::VarImp (Space &home) VarImp Space & home Creation. forceinline Gecode::VarImp< VIC >::VarImp (void) VarImp void Creation of static instances. Base-class for variable implementations. Implements variable implementation for variable implementation configuration of type VIC. base Gecode::VarImpactor Gecode::VarImpactorNonZero Gecode::VarImpadvise Gecode::VarImpafc Gecode::VarImpb Gecode::VarImpbase Gecode::VarImpbits Gecode::VarImpbits Gecode::VarImpcancel Gecode::VarImpcancel Gecode::VarImpcancel Gecode::VarImpcopied Gecode::VarImpdegree Gecode::VarImpenter Gecode::VarImpenter Gecode::VarImpentries Gecode::VarImpforward Gecode::VarImpfree_and_bits Gecode::VarImpfree_bits Gecode::VarImpfwd Gecode::VarImpidx Gecode::VarImpidx Gecode::VarImpidx Gecode::VarImpidx_c Gecode::VarImpidx_d Gecode::VarImpme Gecode::VarImpme_combine Gecode::VarImpmed Gecode::VarImpmodevent Gecode::VarImpnext Gecode::VarImpnext Gecode::VarImpoperator delete Gecode::VarImpoperator delete Gecode::VarImpoperator new Gecode::VarImppc_max Gecode::VarImpPropagator Gecode::VarImpremove Gecode::VarImpremove Gecode::VarImpresize Gecode::VarImpschedule Gecode::VarImpschedule Gecode::VarImpSpace Gecode::VarImpsubscribe Gecode::VarImpsubscribe Gecode::VarImpu Gecode::VarImpupdate Gecode::VarImpupdate Gecode::VarImpVarImp Gecode::VarImpVarImp Gecode::VarImpVarImp Gecode::VarImpVarImpDisposer