Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ restart_base
Method
restart_base
gecode/driver/options.hpp:410–413 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
408
}
409
410
inline void
411
Options::restart_base(double n) {
412
_r_base.value(n);
413
}
414
inline double
415
Options::restart_base(void) const {
416
return _r_base.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