#include <lemon/concepts/graph_components.h>
Inherits BAS.
Public Member Functions | |
void | erase (const Node &) |
Erase a node from the digraph. | |
void | erase (const Arc &) |
Erase an arc from the digraph. |
void erase | ( | const Node & | ) | [inline] |
This function erases the given node from the digraph and all arcs connected to the node.
void erase | ( | const Arc & | ) | [inline] |
This function erases the given arc from the digraph.