Interface: ChoicePointDto
@kortexya/reasoninglayer / Spaces / ChoicePointDto
Interface: ChoicePointDto
Defined in: src/types/spaces.ts:39
A choice point with alternatives.
Properties
alternativeCount
alternativeCount:
number
Defined in: src/types/spaces.ts:43
Number of alternatives.
description
description:
string
Defined in: src/types/spaces.ts:41
Description of what this choice represents.
variableName?
optionalvariableName:string|null
Defined in: src/types/spaces.ts:45
Optional variable name for arithmetic constraints.