Gecode::Set::Branch::IncNGL Class Reference
No-good literal for inclusion. More...
#include <branch.hh>
List of all members.
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
Constructor for creation.
Definition at line 37 of file ngl.hpp.
Constructor for cloning ngl.
Definition at line 40 of file ngl.hpp.
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.
Definition at line 42 of file ngl.cpp.
| ExecStatus Gecode::Set::Branch::IncNGL::prune | ( | Space & | home | ) | [virtual] |
Propagate the negation of the no-good literal.
Implements Gecode::NGL.
Definition at line 51 of file ngl.cpp.
The documentation for this class was generated from the following files:
- gecode/set/branch.hh
- gecode/set/branch/ngl.cpp
- gecode/set/branch/ngl.hpp
