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

Method afc_decay

gecode/kernel/core.hpp:3275–3278  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3273 }
3274
3275 forceinline double
3276 Space::afc_decay(void) const {
3277 return ssd.data().gpi.decay();
3278 }
3279
3280 forceinline void
3281 Space::afc_decay(double d) {

Callers 3

afc.hppFile · 0.80
initMethod · 0.80
decayMethod · 0.80

Calls 2

dataMethod · 0.80
decayMethod · 0.45

Tested by

no test coverage detected