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