3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-18 06:39:02 +00:00
z3/src/muz/transforms
Nuno Lopes 737c2208fa delete more default constructors
reduces code size by 0.1%
2024-09-23 12:59:04 +01:00
..
CMakeLists.txt mk_synchronize rule transformation 2018-09-04 21:49:59 -04:00
dl_mk_array_blast.cpp call it data instead of c_ptr for approaching C++11 std::vector convention. 2021-04-13 18:17:35 -07:00
dl_mk_array_blast.h move more converters 2022-11-03 20:18:21 -07:00
dl_mk_array_eq_rewrite.cpp call it data instead of c_ptr for approaching C++11 std::vector convention. 2021-04-13 18:17:35 -07:00
dl_mk_array_eq_rewrite.h remove default destructors & some default constructors 2024-09-04 22:30:23 +01:00
dl_mk_array_instantiation.cpp remove '#include <iostream>' from headers and from unneeded places 2022-06-17 14:10:19 +01:00
dl_mk_array_instantiation.h remove default destructors & some default constructors 2024-09-04 22:30:23 +01:00
dl_mk_backwards.cpp remove default destructors & some default constructors 2024-09-04 22:30:23 +01:00
dl_mk_backwards.h remove default destructors & some default constructors 2024-09-04 22:30:23 +01:00
dl_mk_bit_blast.cpp remove default destructors & some default constructors 2024-09-04 22:30:23 +01:00
dl_mk_bit_blast.h booyah 2020-07-04 15:56:30 -07:00
dl_mk_coalesce.cpp call it data instead of c_ptr for approaching C++11 std::vector convention. 2021-04-13 18:17:35 -07:00
dl_mk_coalesce.h booyah 2020-07-04 15:56:30 -07:00
dl_mk_coi_filter.cpp fix #6793, disable unbound_compressor when used in context of a moel converter 2023-07-13 14:03:40 -07:00
dl_mk_coi_filter.h booyah 2020-07-04 15:56:30 -07:00
dl_mk_different.h booyah 2020-07-04 15:56:30 -07:00
dl_mk_elim_term_ite.cpp remove default destructors & some default constructors 2024-09-04 22:30:23 +01:00
dl_mk_elim_term_ite.h remove default destructors & some default constructors 2024-09-04 22:30:23 +01:00
dl_mk_filter_rules.cpp call it data instead of c_ptr for approaching C++11 std::vector convention. 2021-04-13 18:17:35 -07:00
dl_mk_filter_rules.h booyah 2020-07-04 15:56:30 -07:00
dl_mk_interp_tail_simplifier.cpp call it data instead of c_ptr for approaching C++11 std::vector convention. 2021-04-13 18:17:35 -07:00
dl_mk_interp_tail_simplifier.h booyah 2020-07-04 15:56:30 -07:00
dl_mk_karr_invariants.cpp remove default destructors & some default constructors 2024-09-04 22:30:23 +01:00
dl_mk_karr_invariants.h remove default destructors & some default constructors 2024-09-04 22:30:23 +01:00
dl_mk_loop_counter.cpp remove default destructors & some default constructors 2024-09-04 22:30:23 +01:00
dl_mk_loop_counter.h remove default destructors & some default constructors 2024-09-04 22:30:23 +01:00
dl_mk_magic_sets.cpp call it data instead of c_ptr for approaching C++11 std::vector convention. 2021-04-13 18:17:35 -07:00
dl_mk_magic_sets.h delete more default constructors 2024-09-23 12:59:04 +01:00
dl_mk_magic_symbolic.cpp remove default destructors & some default constructors 2024-09-04 22:30:23 +01:00
dl_mk_magic_symbolic.h remove default destructors & some default constructors 2024-09-04 22:30:23 +01:00
dl_mk_quantifier_abstraction.cpp Remove empty leaf destructors. (#6211) 2022-07-30 10:07:03 +01:00
dl_mk_quantifier_abstraction.h booyah 2020-07-04 15:56:30 -07:00
dl_mk_quantifier_instantiation.cpp call it data instead of c_ptr for approaching C++11 std::vector convention. 2021-04-13 18:17:35 -07:00
dl_mk_quantifier_instantiation.h booyah 2020-07-04 15:56:30 -07:00
dl_mk_rule_inliner.cpp add note about transform 2022-03-18 19:13:35 -07:00
dl_mk_rule_inliner.h Remove empty leaf destructors. (#6211) 2022-07-30 10:07:03 +01:00
dl_mk_scale.cpp Remove empty leaf destructors. (#6211) 2022-07-30 10:07:03 +01:00
dl_mk_scale.h booyah 2020-07-04 15:56:30 -07:00
dl_mk_separate_negated_tails.cpp call it data instead of c_ptr for approaching C++11 std::vector convention. 2021-04-13 18:17:35 -07:00
dl_mk_separate_negated_tails.h booyah 2020-07-04 15:56:30 -07:00
dl_mk_slice.cpp fix unsound slice criteria (#6625) 2023-03-06 19:28:22 -08:00
dl_mk_slice.h Remove empty leaf destructors. (#6211) 2022-07-30 10:07:03 +01:00
dl_mk_subsumption_checker.cpp move model and proof converters to self-contained module 2022-11-03 05:23:01 -07:00
dl_mk_subsumption_checker.h booyah 2020-07-04 15:56:30 -07:00
dl_mk_synchronize.cpp call it data instead of c_ptr for approaching C++11 std::vector convention. 2021-04-13 18:17:35 -07:00
dl_mk_synchronize.h booyah 2020-07-04 15:56:30 -07:00
dl_mk_unbound_compressor.cpp fix #6793, disable unbound_compressor when used in context of a moel converter 2023-07-13 14:03:40 -07:00
dl_mk_unbound_compressor.h booyah 2020-07-04 15:56:30 -07:00
dl_mk_unfold.cpp fix build 2020-06-03 15:12:08 -07:00
dl_mk_unfold.h booyah 2020-07-04 15:56:30 -07:00
dl_transforms.cpp Transformation to eliminate term-ite expressions from DL rules 2018-07-02 17:09:56 -04:00
dl_transforms.h booyah 2020-07-04 15:56:30 -07:00