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

Method failed

gecode/kernel/core.hpp:4092–4095  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4090 }
4091
4092 forceinline bool
4093 Space::failed(void) const {
4094 return pc.p.active > &pc.p.queue[PropCost::AC_MAX+1];
4095 }
4096 forceinline bool
4097 Home::failed(void) const {
4098 return s.failed();

Callers 15

postMethod · 0.45
exprFunction · 0.45
exprFunction · 0.45
postMethod · 0.45
exprFunction · 0.45
exprFunction · 0.45
postMethod · 0.45
disposeMethod · 0.45
relaxFunction · 0.45
unwindMethod · 0.45
nextMethod · 0.45
unwindMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected