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

Method restart_scale

gecode/driver/options.hpp:419–422  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

417 }
418
419 inline void
420 Options::restart_scale(unsigned int n) {
421 _r_scale.value(n);
422 }
423 inline unsigned int
424 Options::restart_scale(void) const {
425 return _r_scale.value();

Callers 3

mainFunction · 0.45
createBranchersMethod · 0.45
createCutoffFunction · 0.45

Calls 1

valueMethod · 0.45

Tested by

no test coverage detected