QuickGraph


VertexColoringAlgorithm<'TVertex, 'TEdge>

Namespace: QuickGraph.Algorithms.GraphColoring.VertexColoring

Constructors

ConstructorDescription
new(input)
Signature: input:InputModel<'TVertex,'TEdge> -> unit

Instance members

Instance memberDescription
ColourVertex
Signature: VertexAction<'TVertex>
Compute()
Signature: unit -> OutputModel<'TVertex,'TEdge>
Fork me on GitHub