Generated on Wed Jan 24 2018 21:22:26 for Gecode by doxygen 1.8.13
Gecode::Search::Sequential::Probe::Node Class Reference

Node in the search tree for LDS More...

#include <lds.hh>

Public Member Functions

 Node (void)
 Default constructor. More...
 
 Node (Space *s, const Choice *c, unsigned int a)
 Initialize with node s, choice c, and alternative a. More...
 
Spacespace (void) const
 Return space. More...
 
const Choicechoice (void) const
 Return choice. More...
 
unsigned int alt (void) const
 Return next alternative. More...
 
void next (void)
 Set next alternative More...
 

Detailed Description

Node in the search tree for LDS

Definition at line 51 of file lds.hh.

Constructor & Destructor Documentation

◆ Node() [1/2]

Gecode::Search::Sequential::Probe::Node::Node ( void  )
inline

Default constructor.

Definition at line 135 of file lds.hh.

◆ Node() [2/2]

Gecode::Search::Sequential::Probe::Node::Node ( Space s,
const Choice c,
unsigned int  a 
)
inline

Initialize with node s, choice c, and alternative a.

Definition at line 138 of file lds.hh.

Member Function Documentation

◆ space()

Space * Gecode::Search::Sequential::Probe::Node::space ( void  ) const
inline

Return space.

Definition at line 142 of file lds.hh.

◆ choice()

const Choice * Gecode::Search::Sequential::Probe::Node::choice ( void  ) const
inline

Return choice.

Definition at line 147 of file lds.hh.

◆ alt()

unsigned int Gecode::Search::Sequential::Probe::Node::alt ( void  ) const
inline

Return next alternative.

Definition at line 152 of file lds.hh.

◆ next()

void Gecode::Search::Sequential::Probe::Node::next ( void  )
inline

Set next alternative

Definition at line 157 of file lds.hh.


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