Yog.FSharp
Getting Started Examples API Reference GitHub

MinCut Type

Represents the sizes and weight of a graph partition.

Returned by globalMinCut, describes the minimum cut found.

Record fields

Record Field Description

GroupASize

Full Usage: GroupASize

Field type: int

Number of nodes in the first partition.

Field type: int

GroupBSize

Full Usage: GroupBSize

Field type: int

Number of nodes in the second partition.

Field type: int

Weight

Full Usage: Weight

Field type: int

Total weight of edges crossing the cut.

Field type: int