3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-02-19 15:04:42 +00:00
z3/src/tactic/core
Copilot 317dd92105 Standardize for-loop increments to prefix form (++i) (#8199)
* Initial plan

* Convert postfix to prefix increment in for loops

Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>

* Fix member variable increment conversion bug

Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>

* Update API generator to produce prefix increments

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>
2026-02-18 20:57:29 -08:00
..
blast_term_ite_tactic.cpp Centralize and document TRACE tags using X-macros (#7657) 2025-05-28 14:31:25 +01:00
blast_term_ite_tactic.h doc 2022-12-07 08:51:18 -08:00
CMakeLists.txt enable conditional euf-completion with (optional) solver 2025-06-06 11:42:31 +02:00
cofactor_elim_term_ite.cpp Standardize for-loop increments to prefix form (++i) (#8199) 2026-02-18 20:57:29 -08:00
cofactor_elim_term_ite.h booyah 2020-07-04 15:56:30 -07:00
cofactor_term_ite_tactic.cpp refactoring to use for-range 2025-05-15 10:57:46 -07:00
cofactor_term_ite_tactic.h increase build version, better propagation in euf-egraph, handle assumptions in sat.smt 2023-01-17 14:07:07 -08:00
collect_occs.cpp Standardize for-loop increments to prefix form (++i) (#8199) 2026-02-18 20:57:29 -08:00
collect_occs.h booyah 2020-07-04 15:56:30 -07:00
collect_statistics_tactic.cpp Standardize for-loop increments to prefix form (++i) (#8199) 2026-02-18 20:57:29 -08:00
collect_statistics_tactic.h booyah 2020-07-04 15:56:30 -07:00
ctx_simplify_tactic.cpp Standardize for-loop increments to prefix form (++i) (#8199) 2026-02-18 20:57:29 -08:00
ctx_simplify_tactic.h doc 2022-12-07 08:51:18 -08:00
demodulator_tactic.h update release notes 2023-01-31 12:19:33 -08:00
der_tactic.cpp use iterators on goal and other refactoring 2025-03-16 20:04:04 -07:00
der_tactic.h add der description 2022-12-06 05:46:52 -08:00
distribute_forall_tactic.h update release notes 2023-01-31 12:19:33 -08:00
dom_simplify_tactic.h update release notes 2023-01-31 12:19:33 -08:00
elim_term_ite_tactic.cpp Standardize for-loop increments to prefix form (++i) (#8199) 2026-02-18 20:57:29 -08:00
elim_term_ite_tactic.h doc 2022-12-07 08:51:18 -08:00
elim_uncnstr2_tactic.h update release notes 2023-01-31 12:19:33 -08:00
elim_uncnstr_tactic.cpp Standardize for-loop increments to prefix form (++i) (#8199) 2026-02-18 20:57:29 -08:00
elim_uncnstr_tactic.h elim_uncnstr_tactic: remove m_imp idiom to reduce mem alloc 2018-12-21 19:48:18 +00:00
eliminate_predicates_tactic.h enable interactive example 2023-03-25 18:13:44 +01:00
injectivity_tactic.cpp Centralize and document TRACE tags using X-macros (#7657) 2025-05-28 14:31:25 +01:00
injectivity_tactic.h cave in to supporting proofs (partially) in simplifiers, updated doc 2022-12-06 17:02:04 -08:00
nnf_tactic.cpp Standardize for-loop increments to prefix form (++i) (#8199) 2026-02-18 20:57:29 -08:00
nnf_tactic.h remove comment that does not align with result 2022-12-06 15:53:55 -08:00
occf_tactic.cpp Standardize for-loop increments to prefix form (++i) (#8199) 2026-02-18 20:57:29 -08:00
occf_tactic.h more tactic descriptions 2023-01-05 20:23:01 -08:00
pb_preprocess_tactic.cpp Centralize and document TRACE tags using X-macros (#7657) 2025-05-28 14:31:25 +01:00
pb_preprocess_tactic.h doc 2022-12-07 08:51:18 -08:00
propagate_values2_tactic.h update release notes 2023-01-31 12:19:33 -08:00
propagate_values_tactic.cpp Standardize for-loop increments to prefix form (++i) (#8199) 2026-02-18 20:57:29 -08:00
propagate_values_tactic.h spread a few anonymous namespaces and remove some m_imp idioms 2018-12-21 23:02:15 +00:00
reduce_args_tactic.cpp Standardize for-loop increments to prefix form (++i) (#8199) 2026-02-18 20:57:29 -08:00
reduce_args_tactic.h update release notes 2023-01-31 12:19:33 -08:00
simplify_tactic.cpp Standardize for-loop increments to prefix form (++i) (#8199) 2026-02-18 20:57:29 -08:00
simplify_tactic.h Fix : typo-in-simplify-tactic (#7587) 2025-03-18 13:43:12 -10:00
solve_eqs_tactic.h update release notes 2023-01-31 12:19:33 -08:00
special_relations_tactic.cpp Standardize for-loop increments to prefix form (++i) (#8199) 2026-02-18 20:57:29 -08:00
special_relations_tactic.h Remove empty leaf destructors. (#6211) 2022-07-30 10:07:03 +01:00
split_clause_tactic.cpp Standardize for-loop increments to prefix form (++i) (#8199) 2026-02-18 20:57:29 -08:00
split_clause_tactic.h add tactic doc 2023-01-10 18:58:25 -08:00
symmetry_reduce_tactic.cpp Centralize and document TRACE tags using X-macros (#7657) 2025-05-28 14:31:25 +01:00
symmetry_reduce_tactic.h more tactic descriptions 2023-01-05 20:23:01 -08:00
tseitin_cnf_tactic.cpp Standardize for-loop increments to prefix form (++i) (#8199) 2026-02-18 20:57:29 -08:00
tseitin_cnf_tactic.h more tactic descriptions 2023-01-05 20:23:01 -08:00