We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a10e83 commit b7b5e6aCopy full SHA for b7b5e6a
README.md
@@ -16,6 +16,11 @@ brew install z3
16
git clone git@github.com:RockingMat/egglog-smt.git
17
cd egglog-smt
18
19
+# To run the smt lib examples:
20
+env SMT_DEBUG=1 cargo run tests/smt-bool.egg
21
+env SMT_DEBUG=1 cargo run tests/smt-real.egg
22
+env SMT_DEBUG=1 cargo run tests/smt-bitvec.egg
23
+
24
# To run the SMT calculus example:
25
env SMT_DEBUG=1 cargo run tests/smt-math.egg
26
```
0 commit comments