KernighanLinAlgoritm<'TVertex, 'TEdge>
Namespace: QuickGraph.Algorithms.KernighanLinAlgoritm
Constructors
Constructor | Description |
new(g, itersNum)
Signature: (g:UndirectedGraph<'TVertex,'TEdge> * itersNum:int) -> unit
|
Instance members
Instance member | Description |
Execute()
Signature: unit -> Partition<'TVertex>
|
|
getStartPartition()
Signature: unit -> unit
|