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

Method solution

gecode/kernel/core.hpp:3124–3128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3122 return rr;
3123 }
3124 forceinline unsigned long long int
3125 MetaInfo::solution(void) const {
3126 assert(type() == RESTART);
3127 return s;
3128 }
3129 forceinline unsigned long long int
3130 MetaInfo::fail(void) const {
3131 assert(type() == RESTART);

Callers

nothing calls this directly

Calls 1

typeClass · 0.85

Tested by

no test coverage detected