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

Method what

gecode/kernel/core.hpp:3368–3371  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3366 who = OTHER;
3367 }
3368 forceinline ViewTraceInfo::What
3369 ViewTraceInfo::what(void) const {
3370 return static_cast<What>(who & 3);
3371 }
3372 forceinline const Propagator&
3373 ViewTraceInfo::propagator(void) const {
3374 assert(what() == PROPAGATOR);

Callers 11

run_testFunction · 0.45
postConstraintsMethod · 0.45
compareMethod · 0.45
inspectCurrentNodeMethod · 0.45
inspectSolutionMethod · 0.45
setCurrentNodeMethod · 0.45
mousePressEventMethod · 0.45
runMetaMethod · 0.45
core.hppFile · 0.45
operator ()Method · 0.45
print.hppFile · 0.45

Calls

no outgoing calls

Tested by 1

run_testFunction · 0.36