|
GraphFastUndirectedOnEdgeRemove Method
|
Removes edge from node1 to node2
and edge from node2 to node1
Namespace:
GraphLibrary.Graphs.GraphsFast
Assembly:
GraphLibrary (in GraphLibrary.dll) Version: 1.0.1
Syntaxprotected override void OnEdgeRemove(
int node1,
int node2
)
Parameters
- node1
- Type: SystemInt32
Node from - node2
- Type: SystemInt32
Node to
See Also