The IMutableEdgeListGraph type exposes the following members.

Methods

  NameDescription
Clear
Clears the graph.
(Inherited from IMutableGraph.)
ContainsEdge
Gets a value indicating if the edge e is part of the list.
(Inherited from IEdgeListGraph.)
RemoveEdgeIf
Remove all the edges from graph g for which the predicate pred returns true.

Properties

  NameDescription
AllowParallelEdges
Parallel edge handling
(Inherited from IGraph.)
Edges
Returns an enumerator providing access to all the edges in the graph.
(Inherited from IEdgeListGraph.)
EdgesCount
Returns the number of edges in the graph.
(Inherited from IEdgeListGraph.)
EdgesEmpty
Gets a value indicating if the vertex set is empty
(Inherited from IEdgeListGraph.)
IsDirected
Directed or undirected graph
(Inherited from IGraph.)

See Also