mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Update contract layout SMTChecker
This commit is contained in:
parent
41c885e8e0
commit
997c547d67
@ -87,8 +87,10 @@ This component has to be enabled when the Solidity compiler is built
|
||||
and therefore it is not available in all Solidity binaries.
|
||||
The :ref:`build instructions<smt_solvers_build>` explain how to activate this option.
|
||||
It is activated for the Ubuntu PPA releases in most versions,
|
||||
but not for solc-js, the Docker images, Windows binaries or the
|
||||
statically-built Linux binaries.
|
||||
but not for the Docker images, Windows binaries or the
|
||||
statically-built Linux binaries. It can be activated for solc-js via the
|
||||
`smtCallback <https://github.com/ethereum/solc-js#example-usage-with-smtsolver-callback>`_ if you have an SMT solver
|
||||
installed locally and run solc-js via node (not via the browser).
|
||||
|
||||
If you use ``pragma experimental SMTChecker;``, then you get additional
|
||||
:ref:`safety warnings<formal_verification>` which are obtained by querying an
|
||||
|
Loading…
Reference in New Issue
Block a user