Skip to content

Interface: FlowProblemInputBase

@kortexya/reasoninglayer


@kortexya/reasoninglayer / FlowProblemInputBase

Interface: FlowProblemInputBase

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

Common inputs accepted by every objective constructor.

Extended by

Properties

edges

edges: readonly FlowEdgeInput[]

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

Edge declarations (tuple or object form).


sink

sink: string

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

Sink node identifier.


source

source: string

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

Source node identifier.