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

Method prune

gecode/int/branch/ngl.hpp:58–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56 }
57 template<class View>
58 ExecStatus
59 EqNGL<View>::prune(Space& home) {
60 return me_failed(x.nq(home,n)) ? ES_FAILED : ES_OK;
61 }
62
63
64 template<class View>

Callers

nothing calls this directly

Calls 5

me_failedFunction · 0.85
nqMethod · 0.45
eqMethod · 0.45
grMethod · 0.45
leMethod · 0.45

Tested by

no test coverage detected