Interface: ResiduationDetailDto
@kortexya/reasoninglayer / Execution / ResiduationDetailDto
Interface: ResiduationDetailDto
Defined in: src/types/execution.ts:182
Detailed information about a residuation.
Properties
bestSort?
optionalbestSort:string|null
Defined in: src/types/execution.ts:188
Best sort found so far.
bestValue?
optionalbestValue:ExecutionValueDto|null
Defined in: src/types/execution.ts:190
Best value found so far.
goal
goal:
ResiduationGoalDto
Defined in: src/types/execution.ts:186
The residuated goal.
id
id:
string
Defined in: src/types/execution.ts:184
Residuation ID.
isPending
isPending:
boolean
Defined in: src/types/execution.ts:192
Whether this residuation is pending.