We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09578e7 commit f0ec3ddCopy full SHA for f0ec3dd
docs/smtchecker.rst
@@ -15,7 +15,7 @@ difference between what you did (the specification) and how you did it
15
is what you wanted and that you did not miss any unintended effects of it.
16
17
Solidity implements a formal verification approach based on
18
-`SMT <https://en.wikipedia.org/wiki/Satisfiability_modulo_theories>`_ and
+`SMT (Satisfiability Modulo Theories) <https://en.wikipedia.org/wiki/Satisfiability_modulo_theories>`_ and
19
`Horn <https://en.wikipedia.org/wiki/Horn-satisfiability>`_ solving.
20
The SMTChecker module automatically tries to prove that the code satisfies the
21
specification given by ``require`` and ``assert`` statements. That is, it considers
0 commit comments