Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ restart
Method
restart
gecode/kernel/core.hpp:3115–3119 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3113
return t;
3114
}
3115
forceinline unsigned long int
3116
MetaInfo::restart(void) const {
3117
assert(type() == RESTART);
3118
return r;
3119
}
3120
forceinline MetaInfo::RestartReason
3121
MetaInfo::reason(void) const {
3122
return rr;
Callers
nothing calls this directly
Calls
1
type
Class · 0.85
Tested by
no test coverage detected