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

Method restart_base

gecode/driver/options.hpp:410–413  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

408 }
409
410 inline void
411 Options::restart_base(double n) {
412 _r_base.value(n);
413 }
414 inline double
415 Options::restart_base(void) const {
416 return _r_base.value();

Callers 3

mainFunction · 0.45
createBranchersMethod · 0.45
createCutoffFunction · 0.45

Calls 1

valueMethod · 0.45

Tested by

no test coverage detected