Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ last
Method
last
gecode/kernel/core.hpp:3134–3138 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3132
return f;
3133
}
3134
forceinline const Space*
3135
MetaInfo::last(void) const {
3136
assert(type() == RESTART);
3137
return l;
3138
}
3139
forceinline const NoGoods&
3140
MetaInfo::nogoods(void) const {
3141
assert(type() == RESTART);
Callers
5
master
Method · 0.45
master
Method · 0.45
slave
Method · 0.45
slave
Method · 0.45
master
Method · 0.45
Calls
1
type
Class · 0.85
Tested by
no test coverage detected