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

Method unstopAll

gecode/gist/visualnode.cpp:222–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

220 }
221
222 void
223 VisualNode::unstopAll(const NodeAllocator& na) {
224 UnstopAllCursor c(this,na);
225 PreorderNodeVisitor<UnstopAllCursor>(c).run();
226 dirtyUp(na);
227 }
228
229 void
230 VisualNode::changedStatus(const NodeAllocator& na) { dirtyUp(na); }

Callers

nothing calls this directly

Calls 1

runMethod · 0.45

Tested by

no test coverage detected