Generated on Tue May 22 09:41:39 2018 for Gecode by doxygen 1.6.3

Gecode::Search::RbsBuilder< T, E > Class Template Reference

A RBS engine builder. More...

#include <rbs.hpp>

List of all members.

Public Member Functions

 RbsBuilder (const Options &opt)
 The constructor.
virtual Engineoperator() (Space *s) const
 The actual build function.

Detailed Description

template<class T, template< class > class E>
class Gecode::Search::RbsBuilder< T, E >

A RBS engine builder.

Definition at line 57 of file rbs.hpp.


Constructor & Destructor Documentation

template<class T , template< class > class E>
Gecode::Search::RbsBuilder< T, E >::RbsBuilder ( const Options opt  )  [inline]

The constructor.

Definition at line 68 of file rbs.hpp.


Member Function Documentation

template<class T , template< class > class E>
Engine * Gecode::Search::RbsBuilder< T, E >::operator() ( Space s  )  const [inline, virtual]

The actual build function.

Implements Gecode::Search::Builder.

Definition at line 73 of file rbs.hpp.


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