Document quantifiers in idiomatic python API (#7880)
authorAlex Ozdemir <aozdemir@hmc.edu>
Fri, 7 Jan 2022 04:37:08 +0000 (20:37 -0800)
committerGitHub <noreply@github.com>
Fri, 7 Jan 2022 04:37:08 +0000 (04:37 +0000)
docs/api/python/z3compat/quant.rst

index 8f4a756c7656d72e605c658d737babd90be87aa4..ecf85445a3b3aefe5d71547c8f20ba5113be3db2 100644 (file)
@@ -1,4 +1,20 @@
 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:
+