Copilot
|
23c531a4c1
|
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-01 16:51:26 -08:00 |
|
LiviaSun
|
b0069010f8
|
add new ema invariant (#7288)
|
2024-07-15 13:07:12 -07:00 |
|
Nikolaj Bjorner
|
d0e20e44ff
|
booyah
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2020-07-04 15:56:30 -07:00 |
|
Nikolaj Bjorner
|
ee07008fb9
|
import files from csp
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2019-01-14 15:04:46 -08:00 |
|
Nikolaj Bjorner
|
13b54f379c
|
fix ema
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2018-05-05 13:58:47 +02:00 |
|
Nikolaj Bjorner
|
43403fafcd
|
adding ema
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2018-05-03 13:23:59 -07:00 |
|