MCPcopy 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 edgefindingFunction · 0.45
postMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected