MCPcopy 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.hhFile · 0.85
dfs.hppFile · 0.85
lds.hppFile · 0.85
bab.hppFile · 0.85
engine.hppFile · 0.85
TreeCanvasMethod · 0.85

Calls 1

cloneMethod · 0.45

Tested by

no test coverage detected