Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ decay
Method
decay
gecode/kernel/branch/afc.hpp:159–164 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
157
AFC::~AFC(void) {}
158
159
forceinline void
160
AFC::decay(Space& home, double d) {
161
if ((d < 0.0) || (d > 1.0))
162
throw IllegalDecay(
"AFC"
);
163
home.afc_decay(d);
164
}
165
166
forceinline double
167
AFC::decay(const Space& home) const {
Callers
nothing calls this directly
Calls
1
afc_decay
Method · 0.80
Tested by
no test coverage detected