3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-22 16:45:31 +00:00
z3/src/model
Henrich Lauko 96671cfc73
Add and fix a few general compiler warnings. (#5628)
* rewriter: fix unused variable warnings

* cmake: make missing non-virtual dtors error

* treewide: add missing virtual destructors

* cmake: add a few more checks

* api: add missing virtual destructor to user_propagator_base

* examples: compile cpp example with compiler warnings

* model: fix unused variable warnings

* rewriter: fix logical-op-parentheses warnings

* sat: fix unused variable warnings

* smt: fix unused variable warnings
2021-10-29 15:42:32 +02:00
..
array_factory.cpp fix misspelled \brief for doxygen (#5632) 2021-10-29 15:34:28 +02:00
array_factory.h fix #5304 2021-05-29 08:06:06 -07:00
char_factory.h fix a few more warnings 2021-02-19 12:16:05 +00:00
CMakeLists.txt model refactor (#4723) 2020-10-05 14:13:05 -07:00
datatype_factory.cpp try vscode from github integration 2021-08-18 11:02:02 -07:00
datatype_factory.h booyah 2020-07-04 15:56:30 -07:00
fpa_factory.h more fpa 2020-10-01 17:47:50 -07:00
func_interp.cpp #5604 2021-10-17 20:24:26 -07:00
func_interp.h call it data instead of c_ptr for approaching C++11 std::vector convention. 2021-04-13 18:17:35 -07:00
model.cpp fix performance regression after adding user declared functions to model 2021-10-28 05:49:15 +02:00
model.h #close 5363 2021-06-22 16:24:00 -07:00
model2expr.cpp call it data instead of c_ptr for approaching C++11 std::vector convention. 2021-04-13 18:17:35 -07:00
model2expr.h booyah 2020-07-04 15:56:30 -07:00
model_core.cpp na 2021-09-16 16:25:43 +01:00
model_core.h add missing lambda defs per #5509 2021-08-27 11:57:26 -07:00
model_evaluator.cpp Add and fix a few general compiler warnings. (#5628) 2021-10-29 15:42:32 +02:00
model_evaluator.h booyah 2020-07-04 15:56:30 -07:00
model_evaluator_params.pyg model evaluator: cleanup cache when model_eval param changes 2019-03-02 16:42:18 +00:00
model_implicant.cpp call it data instead of c_ptr for approaching C++11 std::vector convention. 2021-04-13 18:17:35 -07:00
model_implicant.h booyah 2020-07-04 15:56:30 -07:00
model_macro_solver.cpp model refactor (#4723) 2020-10-05 14:13:05 -07:00
model_macro_solver.h model refactor (#4723) 2020-10-05 14:13:05 -07:00
model_params.pyg consolidate model.compact and model_compress #2704 2019-11-15 11:07:08 -08:00
model_pp.cpp add tc and trc functionals for binary relations 2019-04-10 04:12:45 +02:00
model_pp.h booyah 2020-07-04 15:56:30 -07:00
model_smt2_pp.cpp call it data instead of c_ptr for approaching C++11 std::vector convention. 2021-04-13 18:17:35 -07:00
model_smt2_pp.h booyah 2020-07-04 15:56:30 -07:00
model_v2_pp.cpp ... 2021-09-16 21:59:54 +01:00
model_v2_pp.h booyah 2020-07-04 15:56:30 -07:00
numeral_factory.cpp move value factories to model 2019-10-16 19:48:35 -07:00
numeral_factory.h booyah 2020-07-04 15:56:30 -07:00
seq_factory.h remove symbol -> zstring -> symbol round-trips 2021-05-22 13:12:49 -07:00
struct_factory.cpp refactor get_sort 2021-02-02 04:45:54 -08:00
struct_factory.h booyah 2020-07-04 15:56:30 -07:00
value_factory.cpp remove ast_manager get_sort method entirely 2021-02-02 13:57:01 -08:00
value_factory.h refactor get_sort 2021-02-02 04:45:54 -08:00