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

Method reason

gecode/kernel/core.hpp:3120–3123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3118 return r;
3119 }
3120 forceinline MetaInfo::RestartReason
3121 MetaInfo::reason(void) const {
3122 return rr;
3123 }
3124 forceinline unsigned long long int
3125 MetaInfo::solution(void) const {
3126 assert(type() == RESTART);

Callers 1

slaveMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected