Skip to content

Interface: CycleDto

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Constraints / CycleDto

Interface: CycleDto

Defined in: src/types/constraints.ts:118

A cycle detected in the constraint graph.

Properties

edges

edges: string[]

Defined in: src/types/constraints.ts:122

Edge IDs in the cycle.


isProblematic

isProblematic: boolean

Defined in: src/types/constraints.ts:124

Whether this cycle is problematic.


nodes

nodes: string[]

Defined in: src/types/constraints.ts:120

Node IDs in the cycle.