Interface: EdgeClassification
@kortexya/reasoninglayer / FlowNetworks / EdgeClassification
Interface: EdgeClassification
Defined in: src/types/flow-networks.ts:153
Per-edge classification produced by the classify_edges /
classify_edges_optimal algorithms.
Properties
class
class:
EdgeClass
Defined in: src/types/flow-networks.ts:158
Class string: "always_used", "never_used", "sometimes_used".
from
from:
string
Defined in: src/types/flow-networks.ts:154
label?
optionallabel:string|null
Defined in: src/types/flow-networks.ts:156
to
to:
string
Defined in: src/types/flow-networks.ts:155