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

Method remove_vertex

Graph/DirectedGraph.h:460–463  ·  view source on GitHub ↗

Remove vertex u from this graph. It is assumed that there * are no edges to or from vertex u. It is best to call * clear_vertex before remove_vertex. */

Source from the content-addressed store, hash-verified

458 * clear_vertex before remove_vertex.
459 */
460 void remove_vertex(vertex_descriptor u)
461 {
462 put(vertex_removed, u, true);
463 }
464
465 /** Return the number of vertices. */
466 vertices_size_type num_vertices() const

Callers 1

remove_vertexFunction · 0.45

Calls 1

putFunction · 0.70

Tested by

no test coverage detected