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

Method init

gecode/search/seq/pbs.hpp:51–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49 Slave::Slave(void)
50 : slave(nullptr), stop(nullptr) {}
51 forceinline void
52 Slave::init(Engine* e, Stop* s) {
53 slave = e; stop = s;
54 }
55 forceinline Space*
56 Slave::next(void) {
57 return slave->next();

Callers 6

pbs.hppFile · 0.45
nextMethod · 0.45
nextMethod · 0.45
runMethod · 0.45
stealMethod · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected