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

Method worker

gecode/search/par/bab.hpp:45–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43 }
44 template<class Tracer>
45 forceinline typename BAB<Tracer>::Worker*
46 BAB<Tracer>::worker(unsigned int i) const {
47 return _worker[i];
48 }
49
50 template<class Tracer>
51 forceinline void

Callers 2

findMethod · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected