Interface: EdgeCapacityUpdate
@kortexya/reasoninglayer / FlowNetworks / EdgeCapacityUpdate
Interface: EdgeCapacityUpdate
Defined in: src/types/flow-networks.ts:98
Replace the capacity of a labelled edge.
Properties
capacity
capacity:
number
Defined in: src/types/flow-networks.ts:102
New capacity (must be ≥ 0).
label
label:
string
Defined in: src/types/flow-networks.ts:100
Edge label declared at construction or via a prior commit.