We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 912fe2e + 040272b commit 6aeb3deCopy full SHA for 6aeb3de
README.md
@@ -7,8 +7,8 @@ We currently provide two different backends: a classic backend implemented by
7
running solvers as external processes, and a faster backend, available in the
8
`smtlib-backends-z3` package, implemented using Z3 as a library.
9
10
-In addition, the API allows to queue commands to be sent to the logger
11
-when a response is demanded, which we have observed to reduce the communication
+In addition, the API allows to queue commands which are sent to the logger
+only when a response is demanded, as we have observed this to reduce the communication
12
overhead. See the documentation of
13
[SMTLIB.Backends.Solver](src/SMTLIB/Backends.hs) for the details.
14
0 commit comments