MCPcopy Create free account
hub / github.com/BirolLab/abyss / remove_edge

Function remove_edge

Graph/DirectedGraph.h:699–706  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

697
698template <typename VP, typename EP>
699void
700remove_edge(
701 typename DirectedGraph<VP, EP>::vertex_descriptor u,
702 typename DirectedGraph<VP, EP>::vertex_descriptor v,
703 DirectedGraph<VP, EP>& g)
704{
705 g.remove_edge(u, v);
706}
707
708template <typename VP, typename EP>
709void

Callers 2

remove_edgeMethod · 0.70
clear_vertexMethod · 0.70

Calls 1

remove_edgeMethod · 0.45

Tested by

no test coverage detected