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

Gecode::LDS< T > Class Template Reference
[Search engines]

#include <search.hh>

Inherits Gecode::Search::LDS.

List of all members.


Detailed Description

template<class T>
class Gecode::LDS< T >

Limited discrepancy search engine.

Definition at line 289 of file search.hh.

Public Member Functions

 LDS (T *s, unsigned int d)
 Initialize engine.
T * next (void)
 Return next solution (NULL, if none exists).


Constructor & Destructor Documentation

template<class T>
Gecode::LDS< T >::LDS T *  s,
unsigned int  d
[inline]
 

Initialize engine.

Parameters:
s root node (subclass T of Space)
d maximal discrepancy

Definition at line 31 of file lds.icc.


Member Function Documentation

template<class T>
T * Gecode::LDS< T >::next void   )  [inline]
 

Return next solution (NULL, if none exists).

Reimplemented from Gecode::Search::LDS.

Definition at line 37 of file lds.icc.


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