Gecode::Set::Branch::IncNGL Class Reference
No-good literal for inclusion. More...
#include <branch.hh>
Public Member Functions | |
| IncNGL (Space &home, SetView x, int n) | |
| Constructor for creation. | |
| IncNGL (Space &home, IncNGL &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) |
| Create copy. | |
Detailed Description
No-good literal for inclusion.
Definition at line 301 of file branch.hh.
Constructor & Destructor Documentation
Member Function Documentation
| NGL::Status Gecode::Set::Branch::IncNGL::status | ( | const Space & | home | ) | const [virtual] |
Test the status of the no-good literal.
Implements Gecode::NGL.
| ExecStatus Gecode::Set::Branch::IncNGL::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:
