3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-01-30 13:57:57 +00:00
z3/src/nlsat
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
..
tactic Standardize for-loop increments to prefix form (++i) (#8199) 2026-01-14 19:55:31 -08:00
CMakeLists.txt delete unused nlsat_symmetry_checker 2024-08-11 12:45:36 -10:00
nlsat_assignment.h Use noexcept more. (#7058) 2023-12-16 12:14:53 +00:00
nlsat_clause.cpp Standardize for-loop increments to prefix form (++i) (#8199) 2026-01-14 19:55:31 -08:00
nlsat_clause.h deal with warnings 2025-07-02 10:59:56 -07:00
nlsat_evaluator.cpp Standardize for-loop increments to prefix form (++i) (#8199) 2026-01-14 19:55:31 -08:00
nlsat_evaluator.h fix build 2024-01-24 08:52:56 -08:00
nlsat_explain.cpp Standardize for-loop increments to prefix form (++i) (#8199) 2026-01-14 19:55:31 -08:00
nlsat_explain.h remove unused *_signed_project() methods 2025-12-02 18:46:16 -10:00
nlsat_interval_set.cpp Standardize for-loop increments to prefix form (++i) (#8199) 2026-01-14 19:55:31 -08:00
nlsat_interval_set.h remove default destructors 2024-10-02 22:20:12 +01:00
nlsat_justification.h booyah 2020-07-04 15:56:30 -07:00
nlsat_params.pyg try reordering before analyzing bounds 2025-11-24 13:08:52 -10:00
nlsat_scoped_literal_vector.h Standardize for-loop increments to prefix form (++i) (#8199) 2026-01-14 19:55:31 -08:00
nlsat_simple_checker.cpp Centralize and document TRACE tags using X-macros (#7657) 2025-05-28 14:31:25 +01:00
nlsat_simple_checker.h use standard name conventions and add file headers 2024-08-12 08:29:06 -10:00
nlsat_simplify.cpp use usize to suppress the data loss warnings 2025-07-02 14:42:55 -07:00
nlsat_simplify.h Nlsat simplify (#7227) 2024-05-14 22:19:33 -07:00
nlsat_solver.cpp Standardize for-loop increments to prefix form (++i) (#8199) 2026-01-14 19:55:31 -08:00
nlsat_solver.h work on well-orientedness 2025-06-17 07:22:03 -07:00
nlsat_types.cpp Standardize for-loop increments to prefix form (++i) (#8199) 2026-01-14 19:55:31 -08:00
nlsat_types.h work on well-orientedness 2025-06-17 07:22:03 -07:00
nlsat_variable_ordering_strategy.cpp Standardize for-loop increments to prefix form (++i) (#8199) 2026-01-14 19:55:31 -08:00
nlsat_variable_ordering_strategy.h use standard name conventions and add file headers 2024-08-12 08:29:06 -10:00