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

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

A PBS engine builder. More...

#include <pbs.hpp>

List of all members.

Public Member Functions

 PbsBuilder (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::PbsBuilder< T, E >

A PBS engine builder.

Definition at line 41 of file pbs.hpp.


Constructor & Destructor Documentation

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

The constructor.

Definition at line 52 of file pbs.hpp.


Member Function Documentation

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

The actual build function.

Implements Gecode::Search::Builder.

Definition at line 57 of file pbs.hpp.


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