Skip to content

Interface: EdgeFlow

@kortexya/reasoninglayer


@kortexya/reasoninglayer / FlowNetworks / EdgeFlow

Interface: EdgeFlow

Defined in: src/types/flow-networks.ts:133

Flow snapshot for a single forward edge.

Properties

capacity

capacity: number

Defined in: src/types/flow-networks.ts:141

Original capacity.


flow

flow: number

Defined in: src/types/flow-networks.ts:143

Flow currently routed through this edge in the solver’s output.


from

from: string

Defined in: src/types/flow-networks.ts:135

Source node name.


label?

optional label: string | null

Defined in: src/types/flow-networks.ts:139

Caller-supplied label, if any.


to

to: string

Defined in: src/types/flow-networks.ts:137

Destination node name.