Interface: ClassifyEdgesInput
@kortexya/reasoninglayer / ClassifyEdgesInput
Interface: ClassifyEdgesInput
Defined in: src/builders/flow.ts:214
Inputs for Flow.classifyEdges.
Extends
Properties
classifications?
optionalclassifications:string
Defined in: src/builders/flow.ts:215
edges
edges: readonly
FlowEdgeInput[]
Defined in: src/builders/flow.ts:190
Edge declarations (tuple or object form).
Inherited from
optimal?
optionaloptimal:boolean
Defined in: src/builders/flow.ts:218
When true, use min-cost-max-flow as the underlying solution
space (requires edges to carry cost).
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.