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

Method restart_limit

gecode/driver/options.hpp:428–431  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

426 }
427
428 inline void
429 Options::restart_limit(unsigned long long int n) {
430 _r_limit.value(n);
431 }
432 inline unsigned long long int
433 Options::restart_limit(void) const {
434 return _r_limit.value();

Callers 2

runMetaMethod · 0.45
runMetaMethod · 0.45

Calls 1

valueMethod · 0.45

Tested by

no test coverage detected