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

Method lremove

gecode/int/unary/tree.hpp:192–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190
191 template<class TaskView>
192 forceinline void
193 OmegaLambdaTree<TaskView>::lremove(int i) {
194 leaf(i).lp = 0;
195 leaf(i).lect = -Limits::infinity;
196 leaf(i).resEct = OmegaLambdaNode::undef;
197 leaf(i).resLp = OmegaLambdaNode::undef;
198 update(i);
199 }
200
201 template<class TaskView>
202 forceinline bool

Callers 2

ExecStatus edgefindingFunction · 0.45
overloadFunction · 0.45

Calls 1

updateFunction · 0.85

Tested by

no test coverage detected