diff --git a/docs/source/install.rst b/docs/source/install.rst index 604737b..2b28e30 100644 --- a/docs/source/install.rst +++ b/docs/source/install.rst @@ -102,6 +102,20 @@ To use the ``btor`` engine you will need to install btor2tools from `commit c35cf1c `_ or newer. +Yices 2 +------- + +http://yices.csl.sri.com/ + +.. code-block:: text + + git clone https://github.com/SRI-CSL/yices2.git yices2 + cd yices2 + autoconf + ./configure + make -j$(nproc) + sudo make install + Optional components ------------------- Additional solver engines can be installed as per their instructions, links are @@ -112,12 +126,6 @@ Z3 https://github.com/Z3Prover/z3 -Yices 2 -^^^^^^^ - http://yices.csl.sri.com/ - - https://github.com/SRI-CSL/yices2 - super_prove ^^^^^^^^^^^ https://github.com/sterin/super-prove-build