Generated on Tue Jan 28 2020 00:00:00 for Gecode by doxygen 1.8.17
Gecode::Search::Meta::Sequential Namespace Reference

Sequential meta search engine implementations More...

Classes

class  PBS
 Sequential portfolio engine implementation. More...
 
class  PortfolioStop
 Stop object used for controling slaves in a portfolio. More...
 
class  SharedStopInfo
 Shared stop information. More...
 
class  Slave
 Runnable slave of a portfolio master. More...
 

Functions

Stopstop (Stop *so)
 Create stop object. More...
 
Engineengine (Engine **slaves, Stop **stops, unsigned int n_slaves, const Statistics &stat, const Search::Options &opt, bool best)
 Create sequential portfolio engine. More...
 

Detailed Description

Sequential meta search engine implementations

Function Documentation

◆ stop()

Stop * Gecode::Search::Meta::Sequential::stop ( Stop so)

Create stop object.

Definition at line 43 of file pbs.cpp.

◆ engine()

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.

Definition at line 48 of file pbs.cpp.