Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ snapshot
Function
snapshot
gecode/search/support.hh:70–73 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
68
69
70
forceinline Space*
71
snapshot(Space* s, const Options& o) {
72
return o.clone ? s->clone() : s;
73
}
74
75
76
template<class Worker>
Callers
6
qdfs.hh
File · 0.85
dfs.hpp
File · 0.85
lds.hpp
File · 0.85
bab.hpp
File · 0.85
engine.hpp
File · 0.85
TreeCanvas
Method · 0.85
Calls
1
clone
Method · 0.45
Tested by
no test coverage detected