Gecode::Search::Seq::Probe< Tracer >::Node Class Reference
Node in the search tree for LDS More...
#include <lds.hh>
Public Member Functions | |
| Node (void) | |
| Default constructor. | |
| Node (Space *s, const Choice *c, unsigned int a, unsigned int nid) | |
| Initialize with node s, choice c, and alternative a. | |
| Space * | space (void) const |
| Return space. | |
| const Choice * | choice (void) const |
| Return choice. | |
| unsigned int | alt (void) const |
| Return next alternative. | |
| unsigned int | nid (void) const |
| Return node identifier. | |
| void | next (void) |
| Set next alternative | |
Detailed Description
template<class Tracer>
class Gecode::Search::Seq::Probe< Tracer >::Node
Node in the search tree for LDS
Definition at line 50 of file lds.hh.
Constructor & Destructor Documentation
template<class Tracer >
| Gecode::Search::Seq::Probe< Tracer >::Node::Node | ( | void | ) | [inline] |
template<class Tracer >
| Gecode::Search::Seq::Probe< Tracer >::Node::Node | ( | Space * | s, | |
| const Choice * | c, | |||
| unsigned int | a, | |||
| unsigned int | nid | |||
| ) | [inline] |
Member Function Documentation
template<class Tracer >
| Space * Gecode::Search::Seq::Probe< Tracer >::Node::space | ( | void | ) | const [inline] |
template<class Tracer >
| const Choice * Gecode::Search::Seq::Probe< Tracer >::Node::choice | ( | void | ) | const [inline] |
template<class Tracer >
| unsigned int Gecode::Search::Seq::Probe< Tracer >::Node::alt | ( | void | ) | const [inline] |
template<class Tracer >
| unsigned int Gecode::Search::Seq::Probe< Tracer >::Node::nid | ( | void | ) | const [inline] |
template<class Tracer >
| void Gecode::Search::Seq::Probe< Tracer >::Node::next | ( | void | ) | [inline] |
The documentation for this class was generated from the following files:
