MinCut Type
Represents the sizes and weight of a graph partition.
Returned by globalMinCut, describes the minimum cut found.
Record fields
| Record Field |
Description
|
Full Usage:
GroupASize
Field type: int
|
Number of nodes in the first partition.
|
Full Usage:
GroupBSize
Field type: int
|
Number of nodes in the second partition.
|
Full Usage:
Weight
Field type: int
|
Total weight of edges crossing the cut.
|