mirror of
https://github.com/Z3Prover/z3
synced 2026-02-22 00:07:36 +00:00
* Initial plan * Refactor mk_and and mk_or call sites to use overloaded methods Changed 130 call sites across 64 files to use vector overloads directly instead of manually passing .size() and .data()/.c_ptr() Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com> * Revert mk_or changes for ptr_buffer/ptr_vector (no overload exists in ast_util.h) * Fix compilation errors from mk_and/mk_or refactoring Fixed type mismatches by: - Removing m parameter for expr_ref_vector (ast_util.h has mk_and/mk_or(expr_ref_vector) overloads) - Reverting changes for ref_buffer types (no overload exists in ast_util.h, only in ast.h for m.mk_and) - Verified build succeeds and Z3 works correctly Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com> * Fix test files to use correct mk_and/mk_or overloads Changed test/doc.cpp and test/udoc_relation.cpp to use mk_and(expr_ref_vector) and mk_or(expr_ref_vector) without m parameter Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| blast_term_ite_tactic.cpp | ||
| blast_term_ite_tactic.h | ||
| CMakeLists.txt | ||
| cofactor_elim_term_ite.cpp | ||
| cofactor_elim_term_ite.h | ||
| cofactor_term_ite_tactic.cpp | ||
| cofactor_term_ite_tactic.h | ||
| collect_occs.cpp | ||
| collect_occs.h | ||
| collect_statistics_tactic.cpp | ||
| collect_statistics_tactic.h | ||
| ctx_simplify_tactic.cpp | ||
| ctx_simplify_tactic.h | ||
| demodulator_tactic.h | ||
| der_tactic.cpp | ||
| der_tactic.h | ||
| distribute_forall_tactic.h | ||
| dom_simplify_tactic.h | ||
| elim_term_ite_tactic.cpp | ||
| elim_term_ite_tactic.h | ||
| elim_uncnstr2_tactic.h | ||
| elim_uncnstr_tactic.cpp | ||
| elim_uncnstr_tactic.h | ||
| eliminate_predicates_tactic.h | ||
| injectivity_tactic.cpp | ||
| injectivity_tactic.h | ||
| nnf_tactic.cpp | ||
| nnf_tactic.h | ||
| occf_tactic.cpp | ||
| occf_tactic.h | ||
| pb_preprocess_tactic.cpp | ||
| pb_preprocess_tactic.h | ||
| propagate_values2_tactic.h | ||
| propagate_values_tactic.cpp | ||
| propagate_values_tactic.h | ||
| reduce_args_tactic.cpp | ||
| reduce_args_tactic.h | ||
| simplify_tactic.cpp | ||
| simplify_tactic.h | ||
| solve_eqs_tactic.h | ||
| special_relations_tactic.cpp | ||
| special_relations_tactic.h | ||
| split_clause_tactic.cpp | ||
| split_clause_tactic.h | ||
| symmetry_reduce_tactic.cpp | ||
| symmetry_reduce_tactic.h | ||
| tseitin_cnf_tactic.cpp | ||
| tseitin_cnf_tactic.h | ||