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

Method setStop

gecode/gist/visualnode.hpp:138–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136 }
137
138 forceinline void
139 VisualNode::setStop(bool h) {
140 if (getStatus() == BRANCH && h)
141 setStatus(STOP);
142 else if (getStatus() == STOP && !h)
143 setStatus(UNSTOP);
144 }
145
146 forceinline int
147 VisualNode::getOffset(void) { return offset; }

Callers 1

processCurrentNodeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected