3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-27 21:48:56 +00:00
Commit graph

10 commits

Author SHA1 Message Date
Nikolaj Bjorner
586343ce64 na
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2024-07-14 15:38:56 -07:00
Nikolaj Bjorner
8357ac1cfc adding basic plugin 2024-07-09 19:47:58 -07:00
Nikolaj Bjorner
ef54feec3d porting bv-sls 2024-07-08 13:16:28 -07:00
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
Nikolaj Bjorner
51f1e2655c updates to sls
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2024-03-30 12:59:05 -07:00
Nikolaj Bjorner
659e384ee7 bugfixes
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2024-03-05 12:28:30 -08:00
Nikolaj Bjorner
9cde4f7e05 bugfixes 2024-03-05 12:28:30 -08:00
Nikolaj Bjorner
991537836b fixes based on unit tests 2024-03-05 12:28:30 -08:00
Nikolaj Bjorner
046db662f9 na 2024-03-05 12:28:30 -08:00
Nikolaj Bjorner
f39756c74b initial stab at new bv-sls based on repair actions 2024-03-05 12:28:29 -08:00