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

Method restart

gecode/driver/options.hpp:401–404  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

399 }
400
401 inline void
402 Options::restart(RestartMode rm) {
403 _restart.value(rm);
404 }
405 inline RestartMode
406 Options::restart(void) const {
407 return static_cast<RestartMode>(_restart.value());

Callers 2

createCutoffFunction · 0.45
runMethod · 0.45

Calls 1

valueMethod · 0.45

Tested by

no test coverage detected