MCPcopy Create free account
hub / github.com/Gecode/gecode / dfs

Function dfs

gecode/gist/gist.hpp:202–205  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

200 }
201
202 inline int
203 dfs(Space* root, const Gist::Options& opt) {
204 return explore(root, false, opt);
205 }
206
207 inline int
208 bab(Space* root, const Gist::Options& opt) {

Callers 10

inspectCurrentNodeMethod · 0.70
recomputeMethod · 0.70
acquireSpaceMethod · 0.70
runMethod · 0.50
choiceMethod · 0.50
choiceMethod · 0.50
exploreMethod · 0.50
exploreMethod · 0.50
exploreMethod · 0.50
exploreMethod · 0.50

Calls 1

exploreFunction · 0.85

Tested by

no test coverage detected