|
GraphFastEdgeRemove Method
|
Removes an edge between two nodes
Namespace:
GraphLibrary.Graphs.GraphsFast
Assembly:
GraphLibrary (in GraphLibrary.dll) Version: 1.0.1
Syntaxpublic override void EdgeRemove(
int node1,
int node2
)
Parameters
- node1
- Type: SystemInt32
Node one - node2
- Type: SystemInt32
Node two
See Also