3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-16 22:05:36 +00:00
z3/src/smt/params
Nikolaj Bjorner c47ca341b7 fix #6343
The bug was that axiom generation was not enabled on last_index, so no axioms got created to constrain last-index.
With default settings the solver is now very slow on this example. It is related to that the smallest size of a satisfying assignment is above 24. Pending a good heuristic to find initial seeds and increments for iterative deepening, I am adding another parameter smt.seq.min_unfolding that when set to 30 helps for this example.
2022-09-14 10:17:25 -07:00
..
CMakeLists.txt shuffle dependencies 2020-08-29 09:51:39 -07:00
dyn_ack_params.cpp arrays (#4684) 2020-09-13 19:29:59 -07:00
dyn_ack_params.h modernize parameter defaults 2021-09-03 17:42:36 -07:00
preprocessor_params.cpp expose propagate created 2021-12-17 16:12:47 -08:00
preprocessor_params.h expose propagate created 2021-12-17 16:12:47 -08:00
qi_params.cpp add simplification with qe-lite as an option #5767 2022-01-12 03:41:21 -08:00
qi_params.h add simplification with qe-lite as an option #5767 2022-01-12 03:41:21 -08:00
smt_params.cpp updates to printer to get instantiations, take 1 2022-08-25 11:22:35 -07:00
smt_params.h updates to printer to get instantiations, take 1 2022-08-25 11:22:35 -07:00
smt_params_helper.pyg fix #6343 2022-09-14 10:17:25 -07:00
theory_arith_params.cpp add options for logging learned lemmas and theory axioms 2022-08-08 11:18:56 +03:00
theory_arith_params.h add options for logging learned lemmas and theory axioms 2022-08-08 11:18:56 +03:00
theory_array_params.cpp add definitions for under-specified cases of arithmetic operators #2663 #2676 #2679 2019-11-06 18:24:22 +01:00
theory_array_params.h modernize parameter defaults 2021-09-03 17:42:36 -07:00
theory_bv_params.cpp add bv-size reduce #6137 2022-08-16 16:35:14 -07:00
theory_bv_params.h add bv-size reduce #6137 2022-08-16 16:35:14 -07:00
theory_datatype_params.h booyah 2020-07-04 15:56:30 -07:00
theory_pb_params.cpp purge unused code from theory_pb, fix bug reported by Mark Dunlop 2019-01-13 03:23:57 -08:00
theory_pb_params.h modernize parameter defaults 2021-09-03 17:42:36 -07:00
theory_seq_params.cpp fix #6343 2022-09-14 10:17:25 -07:00
theory_seq_params.h fix #6343 2022-09-14 10:17:25 -07:00
theory_str_params.cpp z3str3: remove legacy code (#4215) 2020-05-06 13:07:04 -07:00
theory_str_params.h modernize parameter defaults 2021-09-03 17:42:36 -07:00