Gecode::Search::Meta::Sequential Namespace Reference
Sequential meta search engine implementations More...
Classes | |
| class | SharedStopInfo |
| Shared stop information. More... | |
| class | PortfolioStop |
| Stop object used for controling slaves in a portfolio. More... | |
| class | Slave |
| Runnable slave of a portfolio master. More... | |
| class | PBS |
| Sequential portfolio engine implementation. More... | |
Functions | |
| Stop * | stop (Stop *so) |
| Create stop object. | |
| Engine * | engine (Engine **slaves, Stop **stops, unsigned int n_slaves, const Statistics &stat, const Search::Options &opt, bool best) |
| Create sequential portfolio engine. | |
Detailed Description
Sequential meta search engine implementations
Function Documentation
| 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.
