Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ prune
Method
prune
gecode/search/nogoods.cpp:65–69 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
63
return NGL::NONE;
64
}
65
ExecStatus
66
NoNGL::prune(Space&) {
67
GECODE_NEVER;
68
return ES_OK;
69
}
70
NGL*
71
NoNGL::copy(Space&) {
72
GECODE_NEVER;
Callers
2
post
Method · 0.45
propagate
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected