Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ prune
Method
prune
gecode/int/branch/ngl.hpp:58–61 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
56
}
57
template<class View>
58
ExecStatus
59
EqNGL<View>::prune(Space& home) {
60
return me_failed(x.nq(home,n)) ? ES_FAILED : ES_OK;
61
}
62
63
64
template<class View>
Callers
nothing calls this directly
Calls
5
me_failed
Function · 0.85
nq
Method · 0.45
eq
Method · 0.45
gr
Method · 0.45
le
Method · 0.45
Tested by
no test coverage detected