3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-16 22:05:36 +00:00
z3/src/sat/tactic
Nikolaj Bjorner c0bdc7cdd6 enable concurrent sls with new solver core
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
2024-04-11 10:49:30 +02:00
..
CMakeLists.txt CNF conversion refactoring (#5547) 2021-09-20 08:53:10 -07:00
goal2sat.cpp enable concurrent sls with new solver core 2024-04-11 10:49:30 +02:00
goal2sat.h update goal2sat interface to use explicit initialization 2022-11-28 15:04:12 +07:00
sat2goal.cpp move model and proof converters to self-contained module 2022-11-03 05:23:01 -07:00
sat2goal.h move model and proof converters to self-contained module 2022-11-03 05:23:01 -07:00
sat_tactic.cpp #6319 2022-09-23 22:22:34 -05:00
sat_tactic.h fix bug in new core not detecting conflict, fix #6525, add tactic doc 2023-01-14 17:20:43 -05:00