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

Method threads

gecode/driver/options.hpp:320–323  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

318 }
319
320 inline void
321 Options::threads(double n) {
322 _threads.value(n);
323 }
324 inline double
325 Options::threads(void) const {
326 return _threads.value();

Callers 3

CommonOptionsMethod · 0.45
runMetaMethod · 0.45
runMetaMethod · 0.45

Calls 1

valueMethod · 0.45

Tested by

no test coverage detected