Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ copy
Method
copy
gecode/search/nogoods.cpp:70–74 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
68
return ES_OK;
69
}
70
NGL*
71
NoNGL::copy(Space&) {
72
GECODE_NEVER;
73
return nullptr;
74
}
75
76
Actor*
77
NoGoodsProp::copy(Space& home) {
Callers
1
nogoods.hpp
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected