We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 838cda0 commit 826656eCopy full SHA for 826656e
1 file changed
README.md
@@ -53,8 +53,13 @@ modelling for language features (e.g. ite, loops) are planned later.
53
54
Current support for outputs:
55
56
-* SMTLIB (for writing and debugging)
57
-* CVC5 API (for solving)
+* SMTLIB File Output (for debugging)
+* CVC5 via Python API (for solving)
58
+* CVC5 via Binary + SMTLIB (for solving)
59
+
60
+When getting models, both API and SMTLIB drivers translate back to
61
+Python values. For example if you have an optional Int, then asking
62
+for the model value you will get e.g. `None`, 0, 1, ...
63
64
## Dependencies
65
0 commit comments