Adds a new edge to the graph

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

Syntax

C#
public void AddEdge(
	Edge edge
)

Parameters

edge
Type: Hilva.AI.Graphs..::.Edge

See Also