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

Method explore

gecode/driver/script.hpp:190–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

188 class GistEngine {
189 public:
190 static void explore(Space* root, const Gist::Options& opt) {
191 (void) Gist::dfs(root, opt);
192 }
193 };
194
195 /// Specialization for DFS

Callers

nothing calls this directly

Calls 1

dfsFunction · 0.50

Tested by

no test coverage detected