Gecode::Search::ReCoNode Class Reference
#include <search.hh>
Detailed Description
Search tree node for recomputation
Definition at line 233 of file search.hh.
Public Member Functions | |
| ReCoNode (Space *s, Space *c) | |
| Node for space s with clone c (possibly NULL). | |
| Space * | space (void) const |
| Return space for node. | |
| void | space (Space *s) |
| Set space to s. | |
| const BranchingDesc * | desc (void) const |
| Return branching description. | |
| unsigned int | alt (void) const |
| Return number for alternatives. | |
| bool | rightmost (void) const |
| Test whether current alternative is rightmost. | |
| void | next (void) |
| Move to next alternative. | |
| void | dispose (void) |
| Free memory for node. | |
Protected Attributes | |
| Space * | _space |
| Space corresponding to this node (might be NULL). | |
| unsigned int | _alt |
| Current alternative. | |
| const BranchingDesc * | _desc |
| Braching description. | |
Constructor & Destructor Documentation
|
||||||||||||
|
Node for space s with clone c (possibly NULL).
Definition at line 30 of file reco-stack.icc. |
Member Function Documentation
|
|
Return space for node.
Definition at line 34 of file reco-stack.icc. |
|
|
Set space to s.
Definition at line 38 of file reco-stack.icc. |
|
|
Return branching description.
Definition at line 56 of file reco-stack.icc. |
|
|
Return number for alternatives.
Definition at line 43 of file reco-stack.icc. |
|
|
Test whether current alternative is rightmost.
Definition at line 47 of file reco-stack.icc. |
|
|
Move to next alternative.
Definition at line 51 of file reco-stack.icc. |
|
|
Free memory for node.
Definition at line 61 of file reco-stack.icc. |
Member Data Documentation
|
|
Space corresponding to this node (might be NULL).
|
|
|
Current alternative.
|
|
|
Braching description.
|
The documentation for this class was generated from the following files:
- gecode/search.hh (Revision: 3516)
- gecode/search/reco-stack.icc (Revision: 3511)
