![]() |
Satsuma
a delicious .NET graph library
|
A graph which can build new nodes and arcs. More...
Public Member Functions | |
| Arc | AddArc (Node u, Node v, Directedness directedness) |
| Adds a directed arc or an edge (undirected arc) between u and v to the graph. More... | |
| Node | AddNode () |
| Adds a node to the graph. More... | |
| void | Clear () |
| Reverts the object to its default state. More... | |
| Arc Satsuma.IBuildableGraph.AddArc | ( | Node | u, |
| Node | v, | ||
| Directedness | directedness | ||
| ) |
Adds a directed arc or an edge (undirected arc) between u and v to the graph.
| u | The source node. |
| v | The target node. |
| directedness | Determines whether the new arc will be directed or an edge (i.e. undirected). |
Implemented in Satsuma.Supergraph.
| Node Satsuma.IBuildableGraph.AddNode | ( | ) |
Adds a node to the graph.
Implemented in Satsuma.Supergraph.
|
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.
1.8.3.1