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

Method searchAll

gecode/gist/treecanvas.cpp:458–462  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

456 }
457
458 void
459 TreeCanvas::searchAll(void) {
460 QMutexLocker locker(&mutex);
461 searcher.search(currentNode, true, this);
462 }
463
464 void
465 TreeCanvas::searchOne(void) {

Callers

nothing calls this directly

Calls 1

searchMethod · 0.45

Tested by

no test coverage detected