QuickGraph


KernighanLinAlgoritm<'TVertex, 'TEdge>

Namespace: QuickGraph.Algorithms.KernighanLinAlgoritm

Constructors

ConstructorDescription
new(g, itersNum)
Signature: (g:UndirectedGraph<'TVertex,'TEdge> * itersNum:int) -> unit

Instance members

Instance memberDescription
Execute()
Signature: unit -> Partition<'TVertex>
getStartPartition()
Signature: unit -> unit
Fork me on GitHub