3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-11 21:50:52 +00:00
z3/src/muz/spacer
Nikolaj Bjorner 541658fe02 move to abstract symbols
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2020-01-10 12:14:13 -08:00
..
CMakeLists.txt spacer: lemma generalizer for small numbers 2019-09-09 20:32:13 +02:00
spacer_antiunify.cpp fixes to clause proof tracking 2018-06-14 16:08:50 -07:00
spacer_antiunify.h Anti-unification of two ground expressions 2018-06-14 16:08:49 -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 add_constraint API 2018-06-14 16:08:48 -07:00
spacer_context.cpp move to abstract symbols 2020-01-10 12:14:13 -08:00
spacer_context.h spacer: lemma generalizer for small numbers 2019-09-09 20:32:13 +02:00
spacer_dl_interface.cpp Renamed spacer options 2018-06-14 16:08:52 -07:00
spacer_dl_interface.h Post merge compile fixes 2018-06-14 16:08:48 -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 Remove whitespace 2018-06-14 16:08:48 -07:00
spacer_generalizers.cpp Work around unexpected behaviour in generalizer 2018-11-11 09:06:36 -05:00
spacer_generalizers.h spacer: lemma generalizer for small numbers 2019-09-09 20:32:13 +02:00
spacer_iuc_proof.cpp Catch exceptions by const-reference 2018-10-16 19:16:07 +02:00
spacer_iuc_proof.h integrate lambda expressions 2018-06-26 07:23:04 -07:00
spacer_iuc_solver.cpp restrict idiv-bound checks to bounded terms 2019-03-03 19:11:22 -08:00
spacer_iuc_solver.h remove internal referenes to set_activity 2019-05-30 16:06:05 -07:00
spacer_json.cpp spacer: print all lemmas in json 2018-06-14 16:08:50 -07:00
spacer_json.h New style of json dump based on lemmas at pob 2018-06-14 16:08:50 -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 remove simplify dependencies 2017-08-26 00:57:44 -07:00
spacer_manager.cpp Catch exceptions by const-reference 2018-10-16 19:16:07 +02:00
spacer_manager.h Rewrite spacer::sym_mux 2018-06-14 16:08:50 -07:00
spacer_matrix.cpp Use const refs to reduce copying. 2018-01-30 21:43:56 +07:00
spacer_matrix.h Merge pull request #1465 from waywardmonkeys/fix-typos 2018-02-05 18:31:09 -08:00
spacer_mbc.cpp Fix caching bug in mbc 2018-06-14 16:08:51 -07:00
spacer_mbc.h Model based Cartesian decomposition 2018-06-14 16:08:51 -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 more includes 2017-07-31 22:51:28 -04:00
spacer_notes.txt Spacer engine for HORN logic 2017-07-31 17:02:29 -04:00
spacer_pdr.cpp -tr:spacer.expand-add --> -tr:spacer_progress 2018-07-02 17:09:56 -04:00
spacer_pdr.h formatting/reviewing 2018-06-14 16:08:51 -07:00
spacer_proof_utils.cpp Use nullptr. 2018-10-02 09:11:19 +07:00
spacer_proof_utils.h Use vector instead of a hashtable to represent a set 2018-06-14 16:08:51 -07:00
spacer_prop_solver.cpp Fix is_infty_level to treat 2^16-1 as infinity 2018-09-04 21:49:59 -04:00
spacer_prop_solver.h Shuffle assumptions on every call 2018-06-28 15:38:51 -04:00
spacer_qe_project.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_qe_project.h Move spacer qe into spacer_qe namespace 2018-06-14 16:08:49 -07:00
spacer_quant_generalizer.cpp Fix some spelling errors (mostly in comments). 2018-10-20 17:07:41 +02:00
spacer_sat_answer.cpp expose strategic solver factory prototype at level of solver module 2019-08-09 15:52:12 -07:00
spacer_sat_answer.h Use refutation to compute ground sat answer 2019-07-25 15:22:37 -04:00
spacer_sem_matcher.cpp Semantic matcher 2018-06-14 16:08:47 -07:00
spacer_sem_matcher.h Semantic matcher 2018-06-14 16:08:47 -07:00
spacer_sym_mux.cpp Bug fix to spacer::sym_mux 2018-06-14 16:08:50 -07:00
spacer_sym_mux.h Bug fix to spacer::sym_mux 2018-06-14 16:08:50 -07:00
spacer_unsat_core_learner.cpp Cleaning up unsat_core_learner 2018-06-24 20:43:04 -04:00
spacer_unsat_core_learner.h Cleaning up unsat_core_learner 2018-06-24 20:43:04 -04:00
spacer_unsat_core_plugin.cpp Fix some spelling errors (mostly in comments). 2018-10-20 17:07:41 +02:00
spacer_unsat_core_plugin.h iuc code cleanup 2018-06-24 20:43:04 -04:00
spacer_util.cpp Catch exceptions by const-reference 2018-10-16 19:16:07 +02:00
spacer_util.h Fix is_infty_level to treat 2^16-1 as infinity 2018-09-04 21:49:59 -04:00