mirror of
https://github.com/AdaCore/cvc5.git
synced 2026-02-12 12:32:16 -08:00
21 lines
398 B
ReStructuredText
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:
|
|
|