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

Method last

gecode/kernel/core.hpp:3134–3138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3132 return f;
3133 }
3134 forceinline const Space*
3135 MetaInfo::last(void) const {
3136 assert(type() == RESTART);
3137 return l;
3138 }
3139 forceinline const NoGoods&
3140 MetaInfo::nogoods(void) const {
3141 assert(type() == RESTART);

Callers 5

masterMethod · 0.45
masterMethod · 0.45
slaveMethod · 0.45
slaveMethod · 0.45
masterMethod · 0.45

Calls 1

typeClass · 0.85

Tested by

no test coverage detected