3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-06-29 09:28:45 +00:00
z3/src/tactic/fd_solver
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
..
bounded_int2bv_solver.cpp integrate v2 of lns 2021-02-04 15:47:40 -08:00
bounded_int2bv_solver.h booyah 2020-07-04 15:56:30 -07:00
CMakeLists.txt SMTFD is back (#4676) 2020-09-04 10:50:35 -07:00
enum2bv_solver.cpp integrate v2 of lns 2021-02-04 15:47:40 -08:00
enum2bv_solver.h booyah 2020-07-04 15:56:30 -07:00
fd_solver.cpp more consistent use of parallel mode when enabled, takes care of example test from #1898 that didn't trigger parallel mode 2018-11-02 18:44:53 -05:00
fd_solver.h booyah 2020-07-04 15:56:30 -07:00
pb2bv_solver.cpp integrate v2 of lns 2021-02-04 15:47:40 -08:00
pb2bv_solver.h booyah 2020-07-04 15:56:30 -07:00
smtfd_solver.cpp Add and fix a few general compiler warnings. (#5628) 2021-10-29 15:42:32 +02:00
smtfd_solver.h SMTFD is back (#4676) 2020-09-04 10:50:35 -07:00