summaryrefslogtreecommitdiff
path: root/docs/api/python
diff options
context:
space:
mode:
authorAlex Ozdemir <aozdemir@hmc.edu>2021-09-20 15:12:17 -0700
committerGitHub <noreply@github.com>2021-09-20 22:12:17 +0000
commit41b0ff8aa962d2da9b213cf7eee2e360d2094928 (patch)
treedd1c82ce069cecb5f9e91955b0df4209ed5a48a0 /docs/api/python
parentf6563f7d1e25279c6446e74ce358ea63c4b53ab0 (diff)
Start python API Solver documentation (#7064)
Diffstat (limited to 'docs/api/python')
-rw-r--r--docs/api/python/python.rst1
-rw-r--r--docs/api/python/solver.rst6
2 files changed, 7 insertions, 0 deletions
diff --git a/docs/api/python/python.rst b/docs/api/python/python.rst
index 3944d60ea..d815f837a 100644
--- a/docs/api/python/python.rst
+++ b/docs/api/python/python.rst
@@ -13,6 +13,7 @@ Python API Documentation
:maxdepth: 1
quickstart
+ solver
datatype
datatypeconstructor
datatypeconstructordecl
diff --git a/docs/api/python/solver.rst b/docs/api/python/solver.rst
new file mode 100644
index 000000000..2147a1f76
--- /dev/null
+++ b/docs/api/python/solver.rst
@@ -0,0 +1,6 @@
+Solver
+========
+
+.. autoclass:: pycvc5.Solver
+ :members:
+ :undoc-members:
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback