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 |
|
Nikolaj Bjorner
|
3036b88f09
|
support threading for TRACE mode
|
2021-10-25 13:35:32 +02:00 |
|
Nikolaj Bjorner
|
a7bc4719c0
|
fix #5526
when propagation claims progress, but is a no-op.
|
2021-09-01 11:45:21 -07:00 |
|
Nikolaj Bjorner
|
39c3f34a30
|
remove unused dependency
|
2021-07-21 09:25:08 -07:00 |
|
Nikolaj Bjorner
|
a8b433e6ac
|
#5331
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2021-07-19 15:58:10 -07:00 |
|
Nikolaj Bjorner
|
4a6083836a
|
call it data instead of c_ptr for approaching C++11 std::vector convention.
|
2021-04-13 18:17:35 -07:00 |
|
Nikolaj Bjorner
|
97f560054d
|
Create CMakeLists.txt
|
2021-03-17 15:51:50 -07:00 |
|
Nikolaj Bjorner
|
ab0735fde2
|
separate component for asserted_formulas to break dependency cycles
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2021-03-17 15:51:38 -07:00 |
|