mirror of
https://github.com/AdaCore/cvc5.git
synced 2026-02-12 12:32:16 -08:00
33 lines
778 B
ReStructuredText
33 lines
778 B
ReStructuredText
Base Python API
|
|
========================
|
|
|
|
.. only:: not bindings_python
|
|
|
|
.. warning::
|
|
|
|
This documentation was built while python bindings were disabled. This part of the documentation is likely either empty or outdated. Please enable :code:`BUILD_BINDINGS_PYTHON` in :code:`cmake` and build the documentation again.
|
|
|
|
This is the base Python API.
|
|
It is an almost exact copy of the :doc:`C++ API <../../cpp/cpp>`.
|
|
|
|
See the :doc:`pythonic API <../pythonic/pythonic>` for a higher-level programming experience.
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
quickstart
|
|
datatype
|
|
datatypeconstructor
|
|
datatypeconstructordecl
|
|
datatypedecl
|
|
datatypeselector
|
|
grammar
|
|
kind
|
|
op
|
|
result
|
|
roundingmode
|
|
solver
|
|
sort
|
|
term
|
|
unknownexplanation
|