Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ dead
Function
dead
gecode/search/seq/dead.cpp:89–95 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
87
}
88
89
Engine*
90
dead(const Options& o, const Statistics& stat) {
91
if (o.tracer)
92
return new Dead<TraceRecorder>(o,stat);
93
else
94
return new Dead<NoTraceRecorder>(o,stat);
95
}
96
97
98
}}}
Callers
3
PBS
Method · 0.85
build
Method · 0.85
RBS
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected