solidity/test/cmdlineTests/standard_model_checker_solvers_none/output.json
2022-10-26 15:13:47 +05:00

33 lines
858 B
JSON

{
"errors":
[
{
"component": "general",
"errorCode": "7649",
"formattedMessage": "Warning: CHC analysis was not possible since no Horn solver was found and enabled.
",
"message": "CHC analysis was not possible since no Horn solver was found and enabled.",
"severity": "warning",
"type": "Warning"
},
{
"component": "general",
"errorCode": "7710",
"formattedMessage": "Warning: BMC analysis was not possible since no SMT solver was found and enabled.
",
"message": "BMC analysis was not possible since no SMT solver was found and enabled.",
"severity": "warning",
"type": "Warning"
}
],
"sources":
{
"A":
{
"id": 0
}
}
}