Generated on Tue Apr 18 10:22:40 2017 for Gecode by doxygen 1.6.3

pbs.cpp File Reference

(Revision: 14967)

#include <gecode/search/meta/sequential/pbs.hh>
#include <gecode/search/meta/parallel/pbs.hh>

Go to the source code of this file.

Namespaces

namespace  Gecode
 

Gecode toplevel namespace


namespace  Gecode::Search
 

Search engines


namespace  Gecode::Search::Meta
 

Meta search engine implementations


namespace  Gecode::Search::Meta::Sequential
 

Sequential meta search engine implementations


namespace  Gecode::Search::Meta::Parallel
 

Parallel meta search engine implementations


Functions

Stop * Gecode::Search::Meta::Sequential::stop (Stop *so)
 Create stop object.
Engine * Gecode::Search::Meta::Sequential::engine (Engine **slaves, Stop **stops, unsigned int n_slaves, const Statistics &stat, const Search::Options &opt, bool best)
 Create sequential portfolio engine.
Stop * Gecode::Search::Meta::Parallel::stop (Stop *so)
 Create stop object.
Engine * Gecode::Search::Meta::Parallel::engine (Engine **slaves, Stop **stops, unsigned int n_slaves, const Statistics &stat, bool best)
 Create parallel portfolio engine.