Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ fail
Method
fail
gecode/kernel/core.hpp:3129–3133 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3127
return s;
3128
}
3129
forceinline unsigned long long int
3130
MetaInfo::fail(void) const {
3131
assert(type() == RESTART);
3132
return f;
3133
}
3134
forceinline const Space*
3135
MetaInfo::last(void) const {
3136
assert(type() == RESTART);
Callers
nothing calls this directly
Calls
1
type
Class · 0.85
Tested by
no test coverage detected