Gecode::NGL Gecode::Search::Meta::NoNGL Gecode::ViewValNGL< View, Val, pc > Gecode::ViewValNGL< SetView, int, PC_SET_ANY > Gecode::ViewValNGL< View, int, PC_INT_BND > Gecode::ViewValNGL< View, int, PC_INT_DOM > Gecode::ViewValNGL< View, int, PC_INT_VAL > core.hpp
Internal management routines
bool forceinline bool Gecode::NGL::leaf (void) const leaf void Test whether literal is a leaf. NGL * forceinline NGL * Gecode::NGL::next (void) const next void Return pointer to next literal. void forceinline void Gecode::NGL::leaf (bool l) leaf bool l Mark literal as leaf or not. void forceinline void Gecode::NGL::next (NGL *n) next NGL * n Set pointer to next literal. NGL * forceinline NGL * Gecode::NGL::add (NGL *n, bool l) add NGL * n bool l Add node n and mark it as leaf l and return n.
Memory management
void * forceinline void * Gecode::NGL::operator new (size_t s, Space &home) operator new size_t s Space & home Allocate memory from space. void forceinline void Gecode::NGL::operator delete (void *s, Space &home) operator delete void * s Space & home Return memory to space. void forceinline void Gecode::NGL::operator delete (void *p) operator delete void * p Needed for exceptions.
Status FAILED The literal is failed. SUBSUMED The literal is subsumed. NONE The literal is neither failed nor subsumed. The status of a no-good literal. void * void* Gecode::NGL::nl nl Combines pointer to next literal and mark whether it is a leaf. forceinline Gecode::NGL::NGL (void) NGL void Constructor for creation. forceinline Gecode::NGL::NGL (Space &home) NGL Space & home Constructor for creation. forceinline Gecode::NGL::NGL (Space &home, bool share, NGL &ngl) NGL Space & home bool share NGL & ngl Constructor for cloning ngl. void virtual void Gecode::NGL::subscribe (Space &home, Propagator &p)=0 subscribe subscribe subscribe subscribe subscribe subscribe subscribe Space & home Propagator & p Subscribe propagator p to all views of the no-good literal. void virtual void Gecode::NGL::cancel (Space &home, Propagator &p)=0 cancel cancel cancel cancel cancel cancel cancel Space & home Propagator & p Cancel propagator p from all views of the no-good literal. NGL::Status virtual NGL::Status Gecode::NGL::status (const Space &home) const =0 status status status status status status status status const Space & home Test the status of the no-good literal. ExecStatus virtual ExecStatus Gecode::NGL::prune (Space &home)=0 prune prune prune prune prune prune prune prune Space & home Propagate the negation of the no-good literal. NGL * virtual NGL* Gecode::NGL::copy (Space &home, bool share)=0 copy copy copy copy copy copy copy copy Space & home bool share Create copy. GECODE_KERNEL_EXPORT bool virtual GECODE_KERNEL_EXPORT bool Gecode::NGL::notice (void) const notice void Whether dispose must always be called (returns false) size_t forceinline size_t Gecode::NGL::dispose (Space &home) dispose dispose dispose dispose dispose dispose Space & home Dispose. No-good literal recorded during search. Gecode::NGLadd Gecode::NGLcancel Gecode::NGLcopy Gecode::NGLdispose Gecode::NGLFAILED Gecode::NGLleaf Gecode::NGLleaf Gecode::NGLnext Gecode::NGLnext Gecode::NGLNGL Gecode::NGLNGL Gecode::NGLNGL Gecode::NGLnl Gecode::NGLNONE Gecode::NGLnotice Gecode::NGLoperator delete Gecode::NGLoperator delete Gecode::NGLoperator new Gecode::NGLprune Gecode::NGLStatus Gecode::NGLstatus Gecode::NGLsubscribe Gecode::NGLSUBSUMED