All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cvc5-cvc5-1.2.0.docs.api.python.base.python.rst Maven / Gradle / Ivy

The newest version!
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 implemented on top of the C++ API and mirrors the :doc:`C++ API
<../../cpp/cpp>`.

For a higher-level, more pythonic programming experience, cvc5 provides the
:doc:`pythonic API <../pythonic/pythonic>`.

.. toctree::
    :maxdepth: 1
    :hidden:

    quickstart
    command
    datatype
    datatypeconstructor
    datatypeconstructordecl
    datatypedecl
    datatypeselector
    grammar
    inputparser
    kind
    op
    plugin
    proof
    proofrule
    result
    roundingmode
    solver
    sort
    sortkind
    statistics
    symbolmanager
    synthresult
    term
    termmanager
    unknownexplanation

----

Classes
-------

- :doc:`command`
- :doc:`datatype`
- :doc:`datatypeconstructor`
- :doc:`datatypeconstructordecl`
- :doc:`datatypedecl`
- :doc:`datatypeselector`
- :doc:`grammar`
- :doc:`inputparser`
- :doc:`op`
- :doc:`plugin`
- :doc:`proof`
- :doc:`result`
- :doc:`solver`
- :doc:`sort`
- :doc:`statistics`
- :doc:`symbolmanager`
- :doc:`synthresult`
- :doc:`term`

Enums
-----

- :doc:`kind`
- :doc:`proofrule`
- :doc:`roundingmode`
- :doc:`unknownexplanation`

- enums for :doc:`configuration modes `

  - :py:obj:`BlockModelsMode `
  - :py:obj:`LearnedLitType `
  - :py:obj:`ProofComponent `
  - :py:obj:`ProofFormat `





© 2015 - 2024 Weber Informatics LLC | Privacy Policy