QuickGraph


EdgeColoringAlgorithm<'Vertex, 'Edge>

Namespace: QuickGraph.Algorithms

Constructors

ConstructorDescription
new()
Signature: unit -> EdgeColoringAlgorithm<'Vertex,'Edge>

CompiledName: .ctor

Instance members

Instance memberDescription
add_Colored(arg1)
Signature: Handler<'Edge> -> unit
Colored
Signature: IEvent<'Edge>

CompiledName: get_Colored

Compute(graph)
Signature: graph:UndirectedGraph<'Vertex,'Edge> -> UndirectedGraph<'Vertex,'Edge>
remove_Colored(arg1)
Signature: Handler<'Edge> -> unit
Fork me on GitHub