Header menu logo B2R2

PersistentDiGraph<'V, 'E> Type

Persistent directed graph.

Constructors

Constructor Description

PersistentDiGraph()

Full Usage: PersistentDiGraph()

Returns: PersistentDiGraph<'V, 'E>
Returns: PersistentDiGraph<'V, 'E>

PersistentDiGraph(roots, vs, preds, succs, id)

Full Usage: PersistentDiGraph(roots, vs, preds, succs, id)

Parameters:
Returns: PersistentDiGraph<'V, 'E>
roots : IVertex<'V> list
vs : Map<VertexID, PersistentVertex<'V>>
preds : Map<VertexID, Edge<'V, 'E> list>
succs : Map<VertexID, Edge<'V, 'E> list>
id : VertexID
Returns: PersistentDiGraph<'V, 'E>

Type something to start searching.