3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-22 19:17:53 +00:00
z3/src/ast/sls
Nikolaj Bjorner 053349cd36 remove incorrect calls to VERIFY in array solver
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2025-01-24 09:54:21 -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 clausal lookahead to arithmetic solver as part of portfolio 2025-01-20 16:16:46 -08:00
sat_ddfw.cpp deal with compiler warnings and include value exchange prior to final check. 2025-01-24 09:40:33 -08:00
sat_ddfw.h modify backoff mechanisms and theory exchange 2025-01-22 20:32:30 -08:00
sls_arith_base.cpp deal with compiler warnings and include value exchange prior to final check. 2025-01-24 09:40:33 -08:00
sls_arith_base.h deal with compiler warnings and include value exchange prior to final check. 2025-01-24 09:40:33 -08:00
sls_arith_clausal.cpp deal with compiler warnings and include value exchange prior to final check. 2025-01-24 09:40:33 -08:00
sls_arith_clausal.h deal with compiler warnings and include value exchange prior to final check. 2025-01-24 09:40:33 -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 remove incorrect calls to VERIFY in array solver 2025-01-24 09:54:21 -08:00
sls_array_plugin.h add another baseline heuristic for string equalities, add cases for array axioms. 2024-12-09 15:55:19 -08:00
sls_basic_plugin.cpp deal with compiler warnings and include value exchange prior to final check. 2025-01-24 09:40:33 -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 deal with compiler warnings and include value exchange prior to final check. 2025-01-24 09:40: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 re-enable fixed tabu 2025-01-05 11:49:12 -08:00
sls_bv_fixed.h Sls (#7439) 2024-11-02 12:32:48 -07:00
sls_bv_lookahead.cpp deal with compiler warnings and include value exchange prior to final check. 2025-01-24 09:40:33 -08:00
sls_bv_lookahead.h adding lookahead mode to arithmetic sls solver 2025-01-11 15:47:17 -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 fixup tabu checks to revised representation 2025-01-05 14:24:41 -08:00
sls_bv_valuation.h fixup tabu checks to revised representation 2025-01-05 14:24:41 -08:00
sls_context.cpp Performance improvements for seq-sls (#7519) 2025-01-21 08:01:59 -08:00
sls_context.h fix re-entrancy bug between ddfw and theory solvers. 2025-01-22 11:46:10 -08:00
sls_datatype_plugin.cpp add some comments, fix nyis 2024-12-22 13:52:19 +01:00
sls_datatype_plugin.h Sls (#7439) 2024-11-02 12:32:48 -07:00
sls_euf_plugin.cpp deal with compiler warnings and include value exchange prior to final check. 2025-01-24 09:40:33 -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 deal with compiler warnings and include value exchange prior to final check. 2025-01-24 09:40:33 -08:00
sls_seq_plugin.h Performance improvements for seq-sls (#7519) 2025-01-21 08:01:59 -08:00
sls_smt_plugin.cpp deal with compiler warnings and include value exchange prior to final check. 2025-01-24 09:40:33 -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