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

Function remove_edge

Assembly/DBG.h:850–858  ·  view source on GitHub ↗

Remove the edge (u,v) from the graph. */

Source from the content-addressed store, hash-verified

848
849/** Remove the edge (u,v) from the graph. */
850static inline
851void
852remove_edge(
853 graph_traits<SequenceCollectionHash>::vertex_descriptor u,
854 graph_traits<SequenceCollectionHash>::vertex_descriptor v,
855 SequenceCollectionHash& g)
856{
857 g.removeExtension(u, SENSE, v.back());
858}
859
860/** Remove the edge e from the graph. */
861static inline

Callers 1

processGraphFunction · 0.50

Calls 2

removeExtensionMethod · 0.45
backMethod · 0.45

Tested by

no test coverage detected