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

Function add_edge

Graph/DirectedGraph.h:689–696  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

687
688template <typename VP, typename EP>
689std::pair<typename DirectedGraph<VP, EP>::edge_descriptor, bool>
690add_edge(
691 typename DirectedGraph<VP, EP>::vertex_descriptor u,
692 typename DirectedGraph<VP, EP>::vertex_descriptor v,
693 DirectedGraph<VP, EP>& g)
694{
695 return g.add_edge(u, v);
696}
697
698template <typename VP, typename EP>
699void

Callers

nothing calls this directly

Calls 1

add_edgeMethod · 0.45

Tested by

no test coverage detected