Interface: MaxFlowInput
@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
flowValue?
optionalflowValue: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
source
source:
string
Defined in: src/builders/flow.ts:186
Source node identifier.