Generated on Wed Nov 1 15:05:22 2006 for Gecode by doxygen 1.4.5

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 431 of file search.hh.

Public Member Functions

 ProbeNode (Space *s, const BranchingDesc *d, unsigned int a)
 Initialize with node s, description d, and alternative a.
Spacespace (void) const
 Return space.
const BranchingDescdesc (void) const
 Return branching description.
unsigned int alt (void) const
 Return next alternative.
void next (void)
 Set next alternative


Constructor & Destructor Documentation

Gecode::Search::ProbeEngine::ProbeNode::ProbeNode Space s,
const BranchingDesc d,
unsigned int  a
[inline]
 

Initialize with node s, description d, and alternative a.

Definition at line 34 of file lds.cc.


Member Function Documentation

Space * Gecode::Search::ProbeEngine::ProbeNode::space void   )  const [inline]
 

Return space.

Definition at line 38 of file lds.cc.

const BranchingDesc * Gecode::Search::ProbeEngine::ProbeNode::desc void   )  const [inline]
 

Return branching description.

Definition at line 43 of file lds.cc.

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

Return next alternative.

Definition at line 48 of file lds.cc.

void Gecode::Search::ProbeEngine::ProbeNode::next void   )  [inline]
 

Set next alternative

Definition at line 53 of file lds.cc.


The documentation for this class was generated from the following files: