QuickGraph


ApproxCompleteColoringAlgorithm<'Vertex, 'Edge>

Namespace: QuickGraph.Algorithms

Constructors

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

CompiledName: .ctor

Instance members

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

CompiledName: get_Colored

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