Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ init
Method
init
gecode/int/cumulative/tree.hpp:45–48 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
*/
44
45
forceinline void
46
OmegaNode::init(const OmegaNode&, const OmegaNode&) {
47
e = 0; env = -Limits::llinfinity;
48
}
49
50
forceinline void
51
OmegaNode::update(const OmegaNode& l, const OmegaNode& r) {
Callers
2
ExecStatus edgefinding
Function · 0.45
post
Method · 0.45
Calls
1
size
Method · 0.45
Tested by
no test coverage detected