Skip to content

Interface: Classification

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Feasibility / Classification

Interface: Classification

Defined in: src/types/feasibility.ts:32

The per-cell trichotomy classification of a feasibility session.

Remarks

Wire shape (snake_case): { confirmed_false, confirmed_true, sometimes }. Cells are referenced by flat decision-variable index.

Properties

confirmedFalse

confirmedFalse: number[]

Defined in: src/types/feasibility.ts:36

Cells in no valid completion — gray these out.


confirmedTrue

confirmedTrue: number[]

Defined in: src/types/feasibility.ts:34

Cells in every valid completion — forced/highlighted.


sometimes

sometimes: number[]

Defined in: src/types/feasibility.ts:38

Cells that are a free choice.