mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Update smtchecker.rst
This commit is contained in:
parent
09578e7e22
commit
f0ec3dd6a2
@ -15,7 +15,7 @@ difference between what you did (the specification) and how you did it
|
||||
is what you wanted and that you did not miss any unintended effects of it.
|
||||
|
||||
Solidity implements a formal verification approach based on
|
||||
`SMT <https://en.wikipedia.org/wiki/Satisfiability_modulo_theories>`_ and
|
||||
`SMT (Satisfiability Modulo Theories) <https://en.wikipedia.org/wiki/Satisfiability_modulo_theories>`_ and
|
||||
`Horn <https://en.wikipedia.org/wiki/Horn-satisfiability>`_ solving.
|
||||
The SMTChecker module automatically tries to prove that the code satisfies the
|
||||
specification given by ``require`` and ``assert`` statements. That is, it considers
|
||||
|
Loading…
Reference in New Issue
Block a user