Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ remove
Method
remove
gecode/int/unary/tree.hpp:72–76 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
70
71
template<class TaskView>
72
forceinline void
73
OmegaTree<TaskView>::remove(int i) {
74
leaf(i).p = 0; leaf(i).ect = -Limits::infinity;
75
update(i);
76
}
77
78
template<class TaskView>
79
forceinline int
Callers
1
ect
Method · 0.45
Calls
1
update
Function · 0.85
Tested by
no test coverage detected