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

Method notOnSol

gecode/gist/nodecursor.hpp:177–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

175 NextSolCursor::processCurrentNode(void) {}
176
177 forceinline bool
178 NextSolCursor::notOnSol(void) {
179 return node() == startNode() || node()->getStatus() != SOLVED;
180 }
181
182 forceinline bool
183 NextSolCursor::mayMoveUpwards(void) {

Callers

nothing calls this directly

Calls 1

getStatusMethod · 0.80

Tested by

no test coverage detected