Skip to content

Interface: ClassifyEdgesInput

@kortexya/reasoninglayer


@kortexya/reasoninglayer / ClassifyEdgesInput

Interface: ClassifyEdgesInput

Defined in: src/builders/flow.ts:214

Inputs for Flow.classifyEdges.

Extends

Properties

classifications?

optional classifications: 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

FlowProblemInputBase.edges


optimal?

optional optimal: 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

FlowProblemInputBase.sink


source

source: string

Defined in: src/builders/flow.ts:186

Source node identifier.

Inherited from

FlowProblemInputBase.source