Skip to content

Interface: MinCostMaxFlowInput

@kortexya/reasoninglayer


@kortexya/reasoninglayer / MinCostMaxFlowInput

Interface: MinCostMaxFlowInput

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

Inputs for Flow.minCostMaxFlow.

Extends

Properties

edges

edges: readonly FlowEdgeInput[]

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

Edge declarations (tuple or object form).

Inherited from

FlowProblemInputBase.edges


flowValue?

optional flowValue: string

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


sink

sink: string

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

Sink node identifier.

Inherited from

FlowProblemInputBase.sink


source

source: string

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

Source node identifier.

Inherited from

FlowProblemInputBase.source


totalCost?

optional totalCost: string

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