3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-02-14 12:51:48 +00:00
z3/src
2026-02-13 12:18:25 +00:00
..
ackermannization Eliminate unnecessary copies with std::move for ref-counted types (#8591) 2026-02-13 12:18:25 +00:00
api Modify behavior for division by zero 2026-02-13 12:18:25 +00:00
ast Remove copies (#8583) 2026-02-11 18:14:36 +00:00
cmd_context Remove redundant default constructors when they're the only constructor (#8461) 2026-02-01 16:51:26 -08:00
math Eliminate unnecessary copy operations in function parameters and range-based loops (#8589) 2026-02-11 21:14:32 +00:00
model Remove redundant default constructors when they're the only constructor (#8461) 2026-02-01 16:51:26 -08:00
muz Eliminate unnecessary copies with std::move for ref-counted types (#8591) 2026-02-13 12:18:25 +00:00
nlsat Apply code simplification improvements 2026-02-12 02:59:21 +00:00
opt Refactor optimization and model to use C++17 structured bindings for pairs (#8426) 2026-01-28 19:43:57 -08:00
params Add SLS tactic as a separate worker thread (#8263) 2026-01-20 12:52:00 -08:00
parsers Revert "Refactor find_psort_decl() to return std::optional<psort_decl*> (#8339)" 2026-01-26 13:19:51 -08:00
qe Remove copies (#8583) 2026-02-11 18:14:36 +00:00
sat Eliminate unnecessary copies with std::move for ref-counted types (#8591) 2026-02-13 12:18:25 +00:00
shell Standardize for-loop increments to prefix form (++i) (#8199) 2026-01-14 19:55:31 -08:00
smt Eliminate unnecessary copies with std::move for ref-counted types (#8591) 2026-02-13 12:18:25 +00:00
solver Remove copies (#8583) 2026-02-11 18:14:36 +00:00
tactic Add std::initializer_list overloads for BV and arith operations (#8467) 2026-02-02 10:00:13 -08:00
test Remove custom starts_with methods in favor of C++20 std::string::starts_with 2026-02-12 08:24:53 +00:00
util Remove copies (#8583) 2026-02-11 18:14:36 +00:00
CMakeLists.txt Merge branch 'master' into copilot/update-nightly-build-test-process 2026-02-08 11:28:21 -08:00