3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-01-20 01:03:20 +00:00
z3/src/ackermannization
Copilot 2436943794
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-01-14 19:55:31 -08:00
..
ackermannization_params.pyg Further refactoring ackermannization. 2016-02-03 17:26:58 +00:00
ackermannize_bv_model_converter.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
ackermannize_bv_model_converter.h move model and proof converters to self-contained module 2022-11-03 05:23:01 -07:00
ackermannize_bv_tactic.cpp Standardize for-loop increments to prefix form (++i) (#8199) 2026-01-14 19:55:31 -08:00
ackermannize_bv_tactic.h Typo Fixes (#6803) 2023-07-09 11:56:10 -07:00
ackermannize_bv_tactic_params.pyg Further refactoring ackermannization. 2016-02-03 17:26:58 +00:00
ackr_bound_probe.cpp Standardize for-loop increments to prefix form (++i) (#8199) 2026-01-14 19:55:31 -08:00
ackr_bound_probe.h booyah 2020-07-04 15:56:30 -07:00
ackr_helper.cpp enhance ackermannize for constant arguments 2019-09-07 16:36:09 +03:00
ackr_helper.h fix #6807 2023-07-13 10:23:28 -07:00
ackr_info.h Typo Fixes (#6803) 2023-07-09 11:56:10 -07:00
ackr_model_converter.cpp Standardize for-loop increments to prefix form (++i) (#8199) 2026-01-14 19:55:31 -08:00
ackr_model_converter.h move model and proof converters to self-contained module 2022-11-03 05:23:01 -07:00
CMakeLists.txt [CMake] Fix dependencies for generating install_tactic.cpp. 2017-06-21 23:03:48 +01:00
lackr.cpp Centralize and document TRACE tags using X-macros (#7657) 2025-05-28 14:31:25 +01:00
lackr.h booyah 2020-07-04 15:56:30 -07:00
lackr_model_constructor.cpp Standardize for-loop increments to prefix form (++i) (#8199) 2026-01-14 19:55:31 -08:00
lackr_model_constructor.h booyah 2020-07-04 15:56:30 -07:00
lackr_model_converter_lazy.cpp Remove empty leaf destructors. (#6211) 2022-07-30 10:07:03 +01:00
lackr_model_converter_lazy.h move model and proof converters to self-contained module 2022-11-03 05:23:01 -07:00