Persistent GraphCore for directed graph (DiGraph).
Constructor | Description |
Full Usage:
PersistentCore(init, edgeData, ?vertices, ?preds, ?succs)
Parameters:
GraphCore<'D, 'E, DiGraph<'D, 'E>> -> DiGraph<'D, 'E>
edgeData : 'E
?vertices : Map<VertexID, Vertex<'D>>
?preds : Map<VertexID, (Vertex<'D> * Vertex<'D> * 'E) list>
?succs : Map<VertexID, (Vertex<'D> * Vertex<'D> * 'E) list>
Returns: PersistentCore<'D, 'E>
|
|