Skip to content

Commit 826656e

Browse files
Clarify driver support
1 parent 838cda0 commit 826656e

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,13 @@ modelling for language features (e.g. ite, loops) are planned later.
5353

5454
Current support for outputs:
5555

56-
* SMTLIB (for writing and debugging)
57-
* CVC5 API (for solving)
56+
* SMTLIB File Output (for debugging)
57+
* 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, ...
5863

5964
## Dependencies
6065

0 commit comments

Comments
 (0)