Skip to content

Interface: MaxFlowInput

@kortexya/reasoninglayer


@kortexya/reasoninglayer / MaxFlowInput

Interface: MaxFlowInput

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

Inputs for Flow.maxFlow.

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:196

Optional explicit name for the flow_value output variable.


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