Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BirolLab/abyss
/ remove_edge_if
Function
remove_edge_if
Graph/DirectedGraph.h:731–735 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
729
730
template <typename VP, typename EP, class Predicate>
731
void
732
remove_edge_if(Predicate predicate, DirectedGraph<VP, EP>& g)
733
{
734
g.remove_edge_if(predicate);
735
}
736
737
// PropertyGraph
738
Callers
4
filterGraph
Function · 0.50
main
Function · 0.50
filterEdges
Function · 0.50
main
Function · 0.50
Calls
1
remove_edge_if
Method · 0.45
Tested by
no test coverage detected