Generated on Wed Jan 4 17:49:23 2006 for Gecode by doxygen 1.4.6

Gecode::Search::ProbeEngine::Node Class Reference

#include <search.hh>

List of all members.


Detailed Description

Node in the search tree for LDS

Definition at line 218 of file search.hh.

Public Member Functions

 Node (Space *s, unsigned int a)
 Initialize with node s and next alternative a.
Spacespace (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::Node::Node 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::Node::space void   )  const [inline]
 

Return space.

Definition at line 37 of file lds.cc.

void Gecode::Search::ProbeEngine::Node::space Space s  )  [inline]
 

Set space to s.

Definition at line 42 of file lds.cc.

unsigned int Gecode::Search::ProbeEngine::Node::alt void   )  const [inline]
 

Return next alternative.

Definition at line 47 of file lds.cc.

void Gecode::Search::ProbeEngine::Node::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: