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.
1 parent 4140445 commit 040272bCopy full SHA for 040272b
README.md
@@ -7,7 +7,7 @@ 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 which are then to be sent to the logger
+In addition, the API allows to queue commands which are sent to the logger
11
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.
0 commit comments