Click or drag to resize
SymbolGraphG Property
Returns the graph assoicated with the symbol graph. It is the client's responsibility not to mutate the graph.

Namespace: Algs4Net
Assembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public Graph G { get; }

Return Value

Type: Graph
the graph associated with the symbol graph
See Also