Gecode::Search::ProbeEngine::ProbeNode Class Reference
#include <search.hh>
List of all members.
Detailed Description
Node in the search tree for LDS
Definition at line 409 of file search.hh.
|
Public Member Functions |
| ProbeNode (Space *s, unsigned int a) |
| Initialize with node s and next alternative a.
|
Space * | space (void) const |
| Return space.
|
void | space (Space *s) |
| Set space to s.
|
unsigned int | alt (void) const |
| Return next alternative.
|
void | alt (unsigned int a) |
| Set next alternative
|
Constructor & Destructor Documentation
Gecode::Search::ProbeEngine::ProbeNode::ProbeNode |
( |
Space * |
s, |
|
|
unsigned int |
a | |
|
) |
| | [inline] |
Initialize with node s and next alternative a.
Definition at line 33 of file lds.cc.
Member Function Documentation
Space * Gecode::Search::ProbeEngine::ProbeNode::space |
( |
void |
|
) |
const [inline] |
Return space.
Definition at line 37 of file lds.cc.
void Gecode::Search::ProbeEngine::ProbeNode::space |
( |
Space * |
s |
) |
[inline] |
unsigned int Gecode::Search::ProbeEngine::ProbeNode::alt |
( |
void |
|
) |
const [inline] |
Return next alternative.
Definition at line 47 of file lds.cc.
void Gecode::Search::ProbeEngine::ProbeNode::alt |
( |
unsigned int |
a |
) |
[inline] |
Set next alternative
Definition at line 52 of file lds.cc.
The documentation for this class was generated from the following files: