Interface: MinCutInput
@kortexya/reasoninglayer / MinCutInput
Interface: MinCutInput
Defined in: src/builders/flow.ts:200
Inputs for Flow.minCut.
Extends
Properties
cutEdges?
optionalcutEdges:string
Defined in: src/builders/flow.ts:202
cutValue?
optionalcutValue: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
sink
sink:
string
Defined in: src/builders/flow.ts:188
Sink node identifier.
Inherited from
sinkSide?
optionalsinkSide:string
Defined in: src/builders/flow.ts:204
source
source:
string
Defined in: src/builders/flow.ts:186
Source node identifier.
Inherited from
sourceSide?
optionalsourceSide:string
Defined in: src/builders/flow.ts:203