2021-05-26 08:30:45 +02:00
|
|
|
Binary Documentation
|
|
|
|
|
====================
|
|
|
|
|
|
2021-11-11 18:27:53 -08:00
|
|
|
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
|
2022-03-21 22:19:11 +01:00
|
|
|
interface.
|
|
|
|
|
|
|
|
|
|
The cvc5 binary supports the following input languages:
|
|
|
|
|
|
2024-05-03 08:38:51 -05:00
|
|
|
* `SMT-LIB v2 <http://smt-lib.org/language.shtml>`_
|
2024-01-18 12:32:18 -06:00
|
|
|
* `SyGuS-IF <https://sygus-org.github.io/language/>`_
|
2022-03-21 22:19:11 +01:00
|
|
|
|
2021-11-11 18:27:53 -08:00
|
|
|
|
|
|
|
|
Alternatively, cvc5 features :doc:`several APIs <../api/api>` for different programming languages.
|
2021-10-07 11:26:31 -07:00
|
|
|
|
|
|
|
|
|
2021-05-26 08:30:45 +02:00
|
|
|
.. toctree::
|
2022-04-04 12:09:47 -07:00
|
|
|
:hidden:
|
2021-05-26 08:30:45 +02:00
|
|
|
|
2021-10-07 11:26:31 -07:00
|
|
|
quickstart
|