Skip to content

Interface: MinCutReport

@kortexya/reasoninglayer


@kortexya/reasoninglayer / FlowNetworks / MinCutReport

Interface: MinCutReport

Defined in: src/types/flow-networks.ts:165

Min-cut partition output (only populated when algorithm.kind is "min_cut").

Properties

cutEdges

cutEdges: EdgeFlow[]

Defined in: src/types/flow-networks.ts:174

Cut edges (saturated forward edges crossing source-side → sink-side). Their summed capacity equals the max flow value.


sinkSide

sinkSide: string[]

Defined in: src/types/flow-networks.ts:169

Names of nodes on the sink side of the cut.


sourceSide

sourceSide: string[]

Defined in: src/types/flow-networks.ts:167

Names of nodes on the source side of the cut.