Files
cvc5/docs/api/python/pythonic/quant.rst
Alex Ozdemir 082ffeaffc Rename python APIs (#7950)
Rename python APIs to "base" and "pythonic"
2022-01-14 21:45:19 +00:00

21 lines
398 B
ReStructuredText

Quantifiers
============
Builders
------------------
.. autofunction:: cvc5_z3py_compat.ForAll
.. autofunction:: cvc5_z3py_compat.Exists
.. autofunction:: cvc5_z3py_compat.Lambda
Testers
-------------------
.. autofunction:: cvc5_z3py_compat.is_var
.. autofunction:: cvc5_z3py_compat.is_quantifier
Classes
-------
.. autoclass:: cvc5_z3py_compat.QuantifierRef
:members:
:special-members: