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

Method hideFailed

gecode/gist/visualnode.cpp:158–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156 }
157
158 void
159 VisualNode::hideFailed(const NodeAllocator& na, bool onlyDirty) {
160 HideFailedCursor c(this,na,onlyDirty);
161 PreorderNodeVisitor<HideFailedCursor>(c).run();
162 dirtyUp(na);
163 }
164
165 void
166 VisualNode::labelBranches(NodeAllocator& na,

Callers

nothing calls this directly

Calls 1

runMethod · 0.45

Tested by

no test coverage detected