Generated on Sat Jan 12 2019 20:58:51 for Gecode by doxygen 1.8.13
pbs.cpp File Reference

Go to the source code of this file.

Namespaces

 Gecode
 Gecode toplevel namespace
 
 Gecode::Search
 Search engines
 
 Gecode::Search::Seq
 
 Gecode::Search::Par
 

Functions

Stop * Gecode::Search::Seq::pbsstop (Stop *so)
 Create stop object. More...
 
Engine * Gecode::Search::Seq::pbsengine (Engine **slaves, Stop **stops, unsigned int n_slaves, const Statistics &stat, const Search::Options &opt, bool best)
 Create sequential portfolio engine. More...
 
Stop * Gecode::Search::Par::pbsstop (Stop *so)
 Create stop object. More...
 
Engine * Gecode::Search::Par::pbsengine (Engine **slaves, Stop **stops, unsigned int n_slaves, const Statistics &stat, bool best)
 Create parallel portfolio engine. More...