MCPcopy 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
730template <typename VP, typename EP, class Predicate>
731void
732remove_edge_if(Predicate predicate, DirectedGraph<VP, EP>& g)
733{
734 g.remove_edge_if(predicate);
735}
736
737// PropertyGraph
738

Callers 4

filterGraphFunction · 0.50
mainFunction · 0.50
filterEdgesFunction · 0.50
mainFunction · 0.50

Calls 1

remove_edge_ifMethod · 0.45

Tested by

no test coverage detected