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