Interface: MinCostMaxFlowInput
@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
flowValue?
optionalflowValue:string
Defined in: src/builders/flow.ts:209
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.
Inherited from
totalCost?
optionaltotalCost:string
Defined in: src/builders/flow.ts:210