Removes a graph edge

Namespace:  Hilva.AI.Graphs
Assembly:  Hilva (in Hilva.dll)

Syntax

C#
public void RemoveEdge(
	int from,
	int to
)

Parameters

from
Type: System..::.Int32
to
Type: System..::.Int32

See Also