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

Method oinsert

gecode/int/unary/tree.hpp:174–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172
173 template<class TaskView>
174 forceinline void
175 OmegaLambdaTree<TaskView>::oinsert(int i) {
176 leaf(i).p = tasks[i].pmin();
177 leaf(i).ect = tasks[i].est()+tasks[i].pmin();
178 update(i);
179 }
180
181 template<class TaskView>
182 forceinline void

Callers 1

overloadFunction · 0.80

Calls 3

updateFunction · 0.85
pminMethod · 0.45
estMethod · 0.45

Tested by

no test coverage detected