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

Method seed

gecode/driver/options.hpp:275–278  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

273 }
274
275 inline void
276 Options::seed(unsigned int s) {
277 _seed.value(s);
278 }
279 inline unsigned int
280 Options::seed(void) const {
281 return _seed.value();

Callers 6

mainFunction · 0.45
run_testFunction · 0.45
JobShopSolveMethod · 0.45
solveFunction · 0.45
PhotoMethod · 0.45
createBranchersMethod · 0.45

Calls 1

valueMethod · 0.45

Tested by 1

run_testFunction · 0.36