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

Method isOnPath

gecode/gist/visualnode.hpp:192–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190 }
191
192 forceinline bool
193 VisualNode::isOnPath(void) {
194 return getFlag(ONPATH);
195 }
196
197 forceinline void
198 VisualNode::setOnPath(bool b) {

Callers 3

getPathAlternativeMethod · 0.80
processCurrentNodeMethod · 0.80
inspectPathMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected