Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ notice
Method
notice
gecode/float/branch/merit.hpp:100–103 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
98
return x.afc() / static_cast<double>(x.size());
99
}
100
forceinline bool
101
MeritAFCSize::notice(void) const {
102
return false;
103
}
104
forceinline void
105
MeritAFCSize::dispose(Space&) {
106
// Not needed
Callers
1
branch.hpp
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected