mirror of
https://github.com/Z3Prover/z3
synced 2026-02-07 17:47:58 +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> |
||
|---|---|---|
| .. | ||
| array_factory.cpp | ||
| array_factory.h | ||
| char_factory.h | ||
| CMakeLists.txt | ||
| datatype_factory.cpp | ||
| datatype_factory.h | ||
| fpa_factory.h | ||
| func_interp.cpp | ||
| func_interp.h | ||
| model.cpp | ||
| model.h | ||
| model2expr.cpp | ||
| model2expr.h | ||
| model_core.cpp | ||
| model_core.h | ||
| model_evaluator.cpp | ||
| model_evaluator.h | ||
| model_evaluator_params.pyg | ||
| model_implicant.cpp | ||
| model_implicant.h | ||
| model_macro_solver.cpp | ||
| model_macro_solver.h | ||
| model_params.pyg | ||
| model_pp.cpp | ||
| model_pp.h | ||
| model_smt2_pp.cpp | ||
| model_smt2_pp.h | ||
| model_v2_pp.cpp | ||
| model_v2_pp.h | ||
| numeral_factory.cpp | ||
| numeral_factory.h | ||
| seq_factory.h | ||
| struct_factory.cpp | ||
| struct_factory.h | ||
| value_factory.cpp | ||
| value_factory.h | ||