mirror of
https://github.com/Z3Prover/z3
synced 2025-11-14 10:01:16 +00:00
allow using sls engine (for bit-vectors) with the new core. Examples z3 sat.smt=true tactic.default_tactic=smt /v:1 smt.sls.enable=true smt.bv.solver=0 /st C:\QF_BV_SAT\bench_10.smt2 z3 sat.smt=true tactic.default_tactic=smt /v:1 smt.sls.enable=true smt.bv.solver=2 /st C:\QF_BV_SAT\bench_10.smt2 z3 C:\QF_BV_SAT\bench_11100.smt2 sat.smt=true tactic.default_tactic=smt /v:1 smt.sls.enable=true smt.bv.solver=2 /st |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| goal2sat.cpp | ||
| goal2sat.h | ||
| sat2goal.cpp | ||
| sat2goal.h | ||
| sat_tactic.cpp | ||
| sat_tactic.h | ||