IGraph Interface

Interface for a generic graph.

The graph interfaces provide what the graph algorithms as a minimum requires in order to do their processing.

Definition

Namespace: DHI.Mike1D.Generic.Graph
Assembly: DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public interface IGraph

Properties

Vertices Vertices/nodes in the graph

See Also