Satsuma
a delicious .NET graph library
|
A graph which can destroy its nodes and arcs. More...
Public Member Functions | |
void | Clear () |
Reverts the object to its default state. More... | |
bool | DeleteArc (Arc arc) |
Deletes a directed or undirected arc from the graph. More... | |
bool | DeleteNode (Node node) |
Deletes a node from the graph. More... | |
|
inherited |
Reverts the object to its default state.
Implemented in Satsuma.IO.GraphML.DictionaryProperty< T >, Satsuma.NetworkSimplex, Satsuma.Path, Satsuma.Supergraph, Satsuma.DisjointSet< T >, Satsuma.PriorityQueue< TElement, TPriority >, Satsuma.MaximumMatching, and Satsuma.Matching.
bool Satsuma.IDestroyableGraph.DeleteArc | ( | Arc | arc | ) |
Deletes a directed or undirected arc from the graph.
true
if the deletion was successful. Implemented in Satsuma.Supergraph.
bool Satsuma.IDestroyableGraph.DeleteNode | ( | Node | node | ) |
Deletes a node from the graph.
true
if the deletion was successful. Implemented in Satsuma.Supergraph.