IGraphRemove Method |
| Name | Description | |
|---|---|---|
| Remove(IEdge) |
Removes the given edge from the graph.
| |
| Remove(INode) |
Removes the given node from the graph.
There must be no edges left incident to the node (you may use RemoveEdges to ensure this).
|