B2R2


DummyEntry Type

Static members

Static member Description

DummyEntry.Connect(g) (root)

Full Usage: DummyEntry.Connect(g) (root)

Parameters:
Returns: Vertex<'c> * DiGraph<'c, 'd>

Temporarily connect entry dummy node with the given root node. We do not touch the Graph, but simply connect two vertices temporarily for the convenience of analysis.

g : DiGraph<'c, 'd>
root : Vertex<'c>
Returns: Vertex<'c> * DiGraph<'c, 'd>