|
Enhanced C#
Loyc library documentation
|
A directed graph, consisting of nodes and edges (using the default cost type, float). More...
A directed graph, consisting of nodes and edges (using the default cost type, float).
| Node | : | INode<EdgeList> | |
| Edge | : | IEdgeTo | |
| Edge | : | Node | |
| Edge | : | float | |
| EdgeList | : | IEnumerable<Edge> |
Additional Inherited Members | |
Public fields inherited from Loyc.Graphs.IGraph< out Node, out Edge, out EdgeList, out Cost > | |
| IEnumerable< Edge > | Edges => LGInterfaces.GetOutboundDirectEdges<Node |
| IEnumerable< Edge > | Edge |
Properties inherited from Loyc.Graphs.IGraph< out Node, out Edge, out EdgeList, out Cost > | |
| IEnumerable< Node > | Nodes [get] |
Public Member Functions inherited from Loyc.Graphs.IGraph< out Node, out Edge, out EdgeList, out Cost > | |
| IEnumerable< Edge > | EdgeList (Nodes) |
1.8.7