Gecode::Set::Branch::ExcNGL Class Reference
No-good literal for exclusion. More...
#include <branch.hh>
Public Member Functions | |
ExcNGL (Space &home, SetView x, int n) | |
Constructor for creation. | |
ExcNGL (Space &home, bool share, ExcNGL &ngl) | |
Constructor for cloning ngl. | |
virtual NGL::Status | status (const Space &home) const |
Test the status of the no-good literal. | |
virtual ExecStatus | prune (Space &home) |
Propagate the negation of the no-good literal. | |
virtual NGL * | copy (Space &home, bool share) |
Create copy. |
Detailed Description
No-good literal for exclusion.
Definition at line 300 of file branch.hh.
Constructor & Destructor Documentation
Member Function Documentation
NGL::Status Gecode::Set::Branch::ExcNGL::status | ( | const Space & | home | ) | const [virtual] |
Test the status of the no-good literal.
Implements Gecode::NGL.
ExecStatus Gecode::Set::Branch::ExcNGL::prune | ( | Space & | home | ) | [virtual] |
Propagate the negation of the no-good literal.
Implements Gecode::NGL.
The documentation for this class was generated from the following files:
- gecode/set/branch.hh (Revision: 13801)
- gecode/set/branch/ngl.cpp (Revision: 13801)
- gecode/set/branch/ngl.hpp (Revision: 13801)