mirror of
https://github.com/Z3Prover/z3
synced 2026-01-28 12:58:43 +00:00
* Initial plan * Refactor smt_context.cpp to use C++17 structured bindings for pair patterns - Replace .first/.second access with structured bindings in reset_tmp_clauses() - Replace .first/.second access with structured bindings in decide_clause() - Replace .first/.second access with structured bindings in init_assumptions() - Eliminate 3 intermediate variable assignments - 4 refactoring sites across 3 functions - Verified successful compilation and all tests pass 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> |
||
|---|---|---|
| .. | ||
| ackermannization | ||
| api | ||
| ast | ||
| cmd_context | ||
| math | ||
| model | ||
| muz | ||
| nlsat | ||
| opt | ||
| params | ||
| parsers | ||
| qe | ||
| sat | ||
| shell | ||
| smt | ||
| solver | ||
| tactic | ||
| test | ||
| util | ||
| CMakeLists.txt | ||