Skip to content

Interface: MinCutInput

@kortexya/reasoninglayer


@kortexya/reasoninglayer / MinCutInput

Interface: MinCutInput

Defined in: src/builders/flow.ts:200

Inputs for Flow.minCut.

Extends

Properties

cutEdges?

optional cutEdges: string

Defined in: src/builders/flow.ts:202


cutValue?

optional cutValue: string

Defined in: src/builders/flow.ts:201


edges

edges: readonly FlowEdgeInput[]

Defined in: src/builders/flow.ts:190

Edge declarations (tuple or object form).

Inherited from

FlowProblemInputBase.edges


sink

sink: string

Defined in: src/builders/flow.ts:188

Sink node identifier.

Inherited from

FlowProblemInputBase.sink


sinkSide?

optional sinkSide: string

Defined in: src/builders/flow.ts:204


source

source: string

Defined in: src/builders/flow.ts:186

Source node identifier.

Inherited from

FlowProblemInputBase.source


sourceSide?

optional sourceSide: string

Defined in: src/builders/flow.ts:203