Imperative GraphCore for directed graph (DiGraph).
Constructor | Description |
Full Usage:
ImperativeCore(init, edgeData, ?vertices, ?edges, ?unreachables, ?exits)
Parameters:
GraphCore<'D, 'E, DiGraph<'D, 'E>> -> DiGraph<'D, 'E>
edgeData : 'E
?vertices : HashSet<Vertex<'D>>
?edges : Dictionary<(VertexID * VertexID), (Vertex<'D> * Vertex<'D> * 'E)>
?unreachables : HashSet<Vertex<'D>>
?exits : HashSet<Vertex<'D>>
Returns: ImperativeCore<'D, 'E>
|
|