Files
cvc5/docs/binary/binary.rst
Gereon Kremer a9ae5086d1 Various improvements and fixes in the documentation (#8551)
This PR contains a variety of fixed and improvements to the documentation.
2022-04-04 19:09:47 +00:00

22 lines
586 B
ReStructuredText

Binary Documentation
====================
The easiest way to use cvc5 is usually to invoke the cvc5 binary via the command line.
The :doc:`quickstart guide <quickstart>` gives a short introduction on how to use cvc5 via the SMT-LIBv2
interface.
The cvc5 binary supports the following input languages:
* `SMT-LIB v2 <http://smtlib.cs.uiowa.edu/language.shtml>`_
* `SyGuS-IF <https://sygus.org/language/>`_
* `TPTP <http://www.tptp.org/>`_
Alternatively, cvc5 features :doc:`several APIs <../api/api>` for different programming languages.
.. toctree::
:hidden:
quickstart