Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
runMeta
Method · 0.45
runMeta
Method · 0.45
Calls
1
value
Method · 0.45
Tested by
no test coverage detected