3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-11-28 08:19:50 +00:00
z3/src/muz/spacer
2021-02-02 03:58:19 -08:00
..
CMakeLists.txt spacer: lemma generalizer for small numbers 2019-09-09 20:32:13 +02:00
spacer_antiunify.cpp move to get_sort as method, add opt_lns pass, disable xor simplification unless configured, fix perf bug in model converter update trail 2021-02-02 03:58:19 -08:00
spacer_antiunify.h booyah 2020-07-04 15:56:30 -07:00
spacer_arith_generalizers.cpp fix #2548 fix #2530 2019-09-13 15:03:04 +02:00
spacer_callback.cpp Extend spacer with callback events 2018-06-14 16:08:48 -07:00
spacer_callback.h booyah 2020-07-04 15:56:30 -07:00
spacer_context.cpp move to get_sort as method, add opt_lns pass, disable xor simplification unless configured, fix perf bug in model converter update trail 2021-02-02 03:58:19 -08:00
spacer_context.h remove unneeded constructors (last round) 2020-07-12 17:41:57 +01:00
spacer_dl_interface.cpp Renamed spacer options 2018-06-14 16:08:52 -07:00
spacer_dl_interface.h booyah 2020-07-04 15:56:30 -07:00
spacer_farkas_learner.cpp Fix some spelling errors (mostly in comments). 2018-10-20 17:07:41 +02:00
spacer_farkas_learner.h booyah 2020-07-04 15:56:30 -07:00
spacer_generalizers.cpp move to get_sort as method, add opt_lns pass, disable xor simplification unless configured, fix perf bug in model converter update trail 2021-02-02 03:58:19 -08:00
spacer_generalizers.h booyah 2020-07-04 15:56:30 -07:00
spacer_iuc_proof.cpp Catch exceptions by const-reference 2018-10-16 19:16:07 +02:00
spacer_iuc_proof.h booyah 2020-07-04 15:56:30 -07:00
spacer_iuc_solver.cpp fix #3793 2020-04-06 16:59:36 -07:00
spacer_iuc_solver.h delay internalize (#4714) 2020-09-28 19:24:16 -07:00
spacer_json.cpp spacer: print all lemmas in json 2018-06-14 16:08:50 -07:00
spacer_json.h booyah 2020-07-04 15:56:30 -07:00
spacer_legacy_frames.cpp move files for build script 2018-06-15 15:13:55 -07:00
spacer_legacy_frames.h Spacer engine for HORN logic 2017-07-31 17:02:29 -04:00
spacer_legacy_mbp.cpp fix #1675, regression in core processing in maxres 2018-06-19 23:23:19 -07:00
spacer_legacy_mev.cpp add array selects to basic ackerman reduction improves performance significantly for #2525 as it now uses the SAT solver core instead of SMT core 2019-09-01 12:17:19 -07:00
spacer_legacy_mev.h booyah 2020-07-04 15:56:30 -07:00
spacer_manager.cpp fix a couple hundred deref-after-free bugs due to .c_str() on a temporary string 2020-07-11 20:24:45 +01:00
spacer_manager.h remove unneeded constructors (last round) 2020-07-12 17:41:57 +01:00
spacer_matrix.cpp Use const refs to reduce copying. 2018-01-30 21:43:56 +07:00
spacer_matrix.h booyah 2020-07-04 15:56:30 -07:00
spacer_mbc.cpp Fix caching bug in mbc 2018-06-14 16:08:51 -07:00
spacer_mbc.h booyah 2020-07-04 15:56:30 -07:00
spacer_mev_array.cpp add array selects to basic ackerman reduction improves performance significantly for #2525 as it now uses the SAT solver core instead of SMT core 2019-09-01 12:17:19 -07:00
spacer_mev_array.h booyah 2020-07-04 15:56:30 -07:00
spacer_notes.txt Spacer engine for HORN logic 2017-07-31 17:02:29 -04:00
spacer_pdr.cpp remove using insert_if_not_there2 2020-04-25 15:08:51 -07:00
spacer_pdr.h booyah 2020-07-04 15:56:30 -07:00
spacer_proof_utils.cpp move to get_sort as method, add opt_lns pass, disable xor simplification unless configured, fix perf bug in model converter update trail 2021-02-02 03:58:19 -08:00
spacer_proof_utils.h booyah 2020-07-04 15:56:30 -07:00
spacer_prop_solver.cpp fix a couple hundred deref-after-free bugs due to .c_str() on a temporary string 2020-07-11 20:24:45 +01:00
spacer_prop_solver.h booyah 2020-07-04 15:56:30 -07:00
spacer_qe_project.cpp adding dt-solver (#4739) 2020-10-18 15:28:21 -07:00
spacer_qe_project.h booyah 2020-07-04 15:56:30 -07:00
spacer_quant_generalizer.cpp move to get_sort as method, add opt_lns pass, disable xor simplification unless configured, fix perf bug in model converter update trail 2021-02-02 03:58:19 -08:00
spacer_sat_answer.cpp (spacer) fix (get-proof) to return proper refutations 2020-04-11 14:38:27 -04:00
spacer_sat_answer.h booyah 2020-07-04 15:56:30 -07:00
spacer_sem_matcher.cpp Semantic matcher 2018-06-14 16:08:47 -07:00
spacer_sem_matcher.h booyah 2020-07-04 15:56:30 -07:00
spacer_sym_mux.cpp Bug fix to spacer::sym_mux 2018-06-14 16:08:50 -07:00
spacer_sym_mux.h booyah 2020-07-04 15:56:30 -07:00
spacer_unsat_core_learner.cpp preserve model order to avoid clobbering regression tests 2020-03-10 16:56:49 -07:00
spacer_unsat_core_learner.h booyah 2020-07-04 15:56:30 -07:00
spacer_unsat_core_plugin.cpp [spacer] implement spacer::is_clause() (#4170) 2020-04-30 14:03:48 -07:00
spacer_unsat_core_plugin.h booyah 2020-07-04 15:56:30 -07:00
spacer_util.cpp adding dt-solver (#4739) 2020-10-18 15:28:21 -07:00
spacer_util.h booyah 2020-07-04 15:56:30 -07:00