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

Method setHasSolvedChildren

gecode/gist/spacenode.hpp:59–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57 }
58
59 forceinline void
60 SpaceNode::setHasSolvedChildren(bool b) {
61 setFlag(HASSOLVEDCHILDREN, b);
62 }
63
64 forceinline void
65 SpaceNode::setStatus(NodeStatus s) {

Callers 1

closeChildMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected