Values.AutomatedReasoningCheckSatisfiableFindingSourceIndicates that the claims could be either true or false depending on additional assumptions not provided in the input.
type nonrec t = {translation : AutomatedReasoningCheckTranslation.t option;The logical translation of the input that this finding evaluates.
*)claimsTrueScenario : AutomatedReasoningCheckScenario.t option;An example scenario demonstrating how the claims could be logically true.
*)claimsFalseScenario : AutomatedReasoningCheckScenario.t option;An example scenario demonstrating how the claims could be logically false.
*)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
* [> `Structure of
(string
* [> `Double of AutomatedReasoningCheckTranslationConfidence.t
| `Enum of string
| `List of
[> `Structure of
(string
* [> `String of
AutomatedReasoningLogicStatementContent.t ])
list ]
list ])
list ])
list ]