QuickGraph


DomaticPartition<'Vertex, 'Edge>

Namespace: QuickGraph.Algorithms

Constructors

ConstructorDescription
new(graph)
Signature: graph:UndirectedGraph<'Vertex,'Edge> -> DomaticPartition<'Vertex,'Edge>

CompiledName: .ctor

Instance members

Instance memberDescription
GetMaxSizePartition()
Signature: unit -> seq<seq<'Vertex>>
MinimalDominatingSets()
Signature: unit -> Set<Set<'Vertex>>
MSCs(u sSrc)
Signature: u:Set<'Vertex> -> sSrc:Set<Set<'Vertex>> -> Set<Set<Set<'Vertex>>>
Fork me on GitHub