mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #11754 from ethereum/smt_fix_docs
Add solvers to model checker json docs
This commit is contained in:
commit
ce0e0c48fb
@ -410,6 +410,9 @@ Input Description
|
|||||||
"engine": "chc",
|
"engine": "chc",
|
||||||
// Choose whether to output all unproved targets. The default is `false`.
|
// Choose whether to output all unproved targets. The default is `false`.
|
||||||
"showUnproved": true,
|
"showUnproved": true,
|
||||||
|
// Choose which solvers should be used, if available.
|
||||||
|
// See the Formal Verification section for the solvers description.
|
||||||
|
"solvers": ["cvc4", "smtlib2", "z3"],
|
||||||
// Choose which targets should be checked: constantCondition,
|
// Choose which targets should be checked: constantCondition,
|
||||||
// underflow, overflow, divByZero, balance, assert, popEmptyArray, outOfBounds.
|
// underflow, overflow, divByZero, balance, assert, popEmptyArray, outOfBounds.
|
||||||
// If the option is not given all targets are checked by default.
|
// If the option is not given all targets are checked by default.
|
||||||
|
Loading…
Reference in New Issue
Block a user