exclude Edges From
Remove all edges from the graph which originate at the given vertex. Fail if the vertex is not present in the graph.
Parameters
source Vertex
The source vertex of the edges to exclude.
Remove all edges from the graph which originate at the given vertex. Fail if the vertex is not present in the graph.
The source vertex of the edges to exclude.