Values.AutomatedReasoningCheckValidFindingSourceIndicates that the claims are definitively true and logically implied by the premises, with no possible alternative interpretations.
type nonrec t = {translation : AutomatedReasoningCheckTranslation.t option;The logical translation of the input that this finding validates.
*)claimsTrueScenario : AutomatedReasoningCheckScenario.t option;An example scenario demonstrating how the claims are logically true.
*)supportingRules : AutomatedReasoningCheckRuleList.t option;The automated reasoning policy rules that support why this result is considered valid.
*)logicWarning : AutomatedReasoningCheckLogicWarning.t option;Indication of a logic issue with the translation without needing to consider the automated reasoning policy rules.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `String of AutomatedReasoningPolicyDefinitionRuleId.t ])
list ]
list
| `Structure of
(string
* [> `Double of AutomatedReasoningCheckTranslationConfidence.t
| `Enum of string
| `List of
[> `Structure of
(string
* [> `String of
AutomatedReasoningLogicStatementContent.t ])
list ]
list ])
list ])
list ]