mirror of
https://github.com/Z3Prover/z3
synced 2026-02-10 19:05:25 +00:00
* Initial plan * Modernize C++ constructors to use C++11 default member initialization - Phase 1 Co-authored-by: nunoplopes <2998477+nunoplopes@users.noreply.github.com> * Fix theory_pb.h struct definition - move reset() back inside struct Co-authored-by: nunoplopes <2998477+nunoplopes@users.noreply.github.com> * Modernize C++ constructors to use C++11 default member initialization - Phase 2 Co-authored-by: nunoplopes <2998477+nunoplopes@users.noreply.github.com> * Fix opt_solver.h - revert rational initialization (complex type) Co-authored-by: nunoplopes <2998477+nunoplopes@users.noreply.github.com> * Modernize C++ constructors to use C++11 default member initialization - Phase 3 Co-authored-by: nunoplopes <2998477+nunoplopes@users.noreply.github.com> * Fix sparse_matrix.h - explicitly initialize union member in default constructor Co-authored-by: nunoplopes <2998477+nunoplopes@users.noreply.github.com> * Remove unnecessary default constructors when they're the only constructor Co-authored-by: nunoplopes <2998477+nunoplopes@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: nunoplopes <2998477+nunoplopes@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| bit_matrix.cpp | ||
| bit_matrix.h | ||
| CMakeLists.txt | ||
| model_based_opt.cpp | ||
| model_based_opt.h | ||
| network_flow.h | ||
| network_flow_def.h | ||
| simplex.cpp | ||
| simplex.h | ||
| simplex_def.h | ||
| sparse_matrix.h | ||
| sparse_matrix_def.h | ||
| sparse_matrix_ops.h | ||