MCPcopy Create free account
hub / github.com/Gecode/gecode / pbsengine

Function pbsengine

gecode/search/pbs.cpp:43–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41 }
42
43 Engine*
44 pbsengine(Engine** slaves, Stop** stops, unsigned int n_slaves,
45 const Statistics& stat, const Search::Options& opt, bool best) {
46 if (best)
47 return new PBS<true>(slaves,stops,n_slaves,stat,opt);
48 else
49 return new PBS<false>(slaves,stops,n_slaves,stat,opt);
50 }
51
52}}}
53

Callers 2

pbsseqFunction · 0.85
pbsparFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected