3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-02-22 08:17:37 +00:00
z3/src/math/dd
Copilot 17c8958d70 Remove redundant default constructors when they're the only constructor (#8461)
* 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>
2026-02-18 20:58:01 -08:00
..
CMakeLists.txt Additional BDD operations; BDD vectors and finite domain abstraction 2022-08-01 18:37:11 +03:00
dd_bdd.cpp Centralize and document TRACE tags using X-macros (#7657) 2025-05-28 14:31:25 +01:00
dd_bdd.h Remove redundant default constructors when they're the only constructor (#8461) 2026-02-18 20:58:01 -08:00
dd_fdd.cpp Additional BDD operations; BDD vectors and finite domain abstraction 2022-08-01 18:37:11 +03:00
dd_fdd.h Additional BDD operations; BDD vectors and finite domain abstraction 2022-08-01 18:37:11 +03:00
dd_pdd.cpp add option for gcd-test to grobner 2025-09-01 16:37:21 -07:00
dd_pdd.h Remove redundant default constructors when they're the only constructor (#8461) 2026-02-18 20:58:01 -08:00
pdd_eval.h Make sure all headers do #pragma once. (#6188) 2022-07-23 10:41:14 -07:00
pdd_interval.h Make sure all headers do #pragma once. (#6188) 2022-07-23 10:41:14 -07:00