Files
cvc5/docs/api/python/base/python.rst
Andrew Reynolds ba24986fe2 Add SynthResult to the API (#8370)
Does not modify the code to return a SynthResult yet, just adds the class.

Co-authored-by: Aina Niemetz <aina.niemetz@gmail.com>
2022-03-23 21:56:33 +00:00

34 lines
793 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
synthresult
term
unknownexplanation