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

Method labelBranches

gecode/gist/treecanvas.cpp:768–775  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

766 }
767
768 void
769 TreeCanvas::labelBranches(void) {
770 QMutexLocker locker(&mutex);
771 currentNode->labelBranches(*na,curBest,c_d,a_d);
772 update();
773 centerCurrentNode();
774 emit statusChanged(currentNode, stats, true);
775 }
776 void
777 TreeCanvas::labelPath(void) {
778 QMutexLocker locker(&mutex);

Callers

nothing calls this directly

Calls 1

updateFunction · 0.85

Tested by

no test coverage detected