3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-24 09:35:32 +00:00
z3/src/ast/sls
Nikolaj Bjorner c9ac4d6f75 pre-flatten use list before iterating over m_unsat
select_max_same_sign accesses the use-list which may cause it to be flattened.
2025-01-30 16:34:17 -08:00
..
bvsls_opt_engine.cpp remove default destructors 2024-10-02 22:20:12 +01:00
bvsls_opt_engine.h Sls (#7439) 2024-11-02 12:32:48 -07:00
CMakeLists.txt add smt_params dependency to sls in cmakelists 2025-01-25 22:38:32 -08:00
sat_ddfw.cpp pre-flatten use list before iterating over m_unsat 2025-01-30 16:34:17 -08:00
sat_ddfw.h throttle value smt -> sls 2025-01-26 14:16:43 -08:00
sls_arith_base.cpp remove verbose output of overflow 2025-01-29 03:48:11 -08:00
sls_arith_base.h fixes to update propagation. 2025-01-26 12:55:03 -08:00
sls_arith_clausal.cpp this check is not an invariant in the first place 2025-01-29 16:23:18 -08:00
sls_arith_clausal.h align use_list with number of variables during flatten, push clause and bool_vars_of addition into clause and atom creation time. 2025-01-25 20:47:57 -08:00
sls_arith_lookahead.cpp fix crash when accessing bool-info vars, reported by Clemens Eisenhofer 2025-01-27 07:28:20 -08:00
sls_arith_lookahead.h fix crash when accessing bool-info vars, reported by Clemens Eisenhofer 2025-01-27 07:28:20 -08:00
sls_arith_plugin.cpp adding lookahead mode to arithmetic sls solver 2025-01-11 15:47:17 -08:00
sls_arith_plugin.h adding lookahead mode to arithmetic sls solver 2025-01-11 15:47:17 -08:00
sls_array_plugin.cpp fix pickup of new constraints 2025-01-28 15:04:13 -08:00
sls_array_plugin.h sls fixes for ABV. Axiomatization required as saturation can produce conflicts by congruence closure 2025-01-27 15:16:13 -08:00
sls_basic_plugin.cpp updates to handle bugs exposed by qf-abv for local search 2025-01-27 10:35:29 -08:00
sls_basic_plugin.h Sls (#7439) 2024-11-02 12:32:48 -07:00
sls_bv_engine.cpp deal with compiler warnings and include value exchange prior to final check. 2025-01-24 09:40:33 -08:00
sls_bv_engine.h integrate lookahead v1 into repair loop 2024-12-26 17:49:30 -08:00
sls_bv_eval.cpp fix bug with handling theory symbols of bit-vector type. Happens for data-type accessors. Reported by Clemens Eisenhofer 2025-01-27 08:22:33 -08:00
sls_bv_eval.h optimzie 2025-01-06 15:36:20 -08:00
sls_bv_evaluator.h extend lookhaead to work over nested terms with predicates 2025-01-01 12:37:39 -08:00
sls_bv_fixed.cpp updates to handle bugs exposed by qf-abv for local search 2025-01-27 10:35:29 -08:00
sls_bv_fixed.h Sls (#7439) 2024-11-02 12:32:48 -07:00
sls_bv_lookahead.cpp fixes based on benchmarking UFDTLIA/NIA/BV 2025-01-29 17:00:26 -08:00
sls_bv_lookahead.h Update sls_bv_lookahead.h 2025-01-28 15:02:45 -08:00
sls_bv_plugin.cpp fix restart counters 2025-01-01 14:34:09 -08:00
sls_bv_plugin.h h 2024-12-28 17:40:25 -08:00
sls_bv_terms.cpp make ite evaluation sensitive to using temporary Boolean assignment 2025-01-05 20:59:14 -08:00
sls_bv_terms.h extend lookhaead to work over nested terms with predicates 2025-01-01 12:37:39 -08:00
sls_bv_tracker.h fixup scoring function for sle and ule 2025-01-05 19:05:33 -08:00
sls_bv_valuation.cpp fixes based on benchmarking UFDTLIA/NIA/BV 2025-01-29 17:00:26 -08:00
sls_bv_valuation.h fixup tabu checks to revised representation 2025-01-05 14:24:41 -08:00
sls_context.cpp Add selective filter on Ackerman axioms 2025-01-29 11:42:50 -08:00
sls_context.h Add selective filter on Ackerman axioms 2025-01-29 11:42:50 -08:00
sls_datatype_plugin.cpp fixes based on benchmarking UFDTLIA/NIA/BV 2025-01-29 17:00:26 -08:00
sls_datatype_plugin.h Add selective filter on Ackerman axioms 2025-01-29 11:42:50 -08:00
sls_euf_plugin.cpp Add selective filter on Ackerman axioms 2025-01-29 11:42:50 -08:00
sls_euf_plugin.h SLS: log clause , allow more frequent export of SLS state to SMT 2024-11-17 20:13:02 -08:00
sls_powers.h initial stab at new bv-sls based on repair actions 2024-03-05 12:28:29 -08:00
sls_seq_plugin.cpp Removed no progress case in seq-sls (#7537) 2025-01-29 09:43:57 -08:00
sls_seq_plugin.h Performance improvements for seq-sls (#7519) 2025-01-21 08:01:59 -08:00
sls_smt_plugin.cpp handle exception internally, avoid passing rationals to integer operations 2025-01-28 20:09:59 -08:00
sls_smt_plugin.h enable value import in parallel mode 2025-01-22 22:45:01 -08:00
sls_smt_solver.cpp move from justified_expr to dependent_expr by aligning datatypes 2025-01-22 11:46:10 -08:00
sls_smt_solver.h Sls (#7439) 2024-11-02 12:32:48 -07:00
sls_stats.h integrate lookahead v1 into repair loop 2024-12-26 17:49:30 -08:00