mirror of
https://github.com/Z3Prover/z3
synced 2025-05-08 08:15:47 +00:00
compiler optimization and fixes to unit tests
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
commit
18ea547cea
85 changed files with 1156 additions and 11585 deletions
|
@ -76,6 +76,7 @@ static void test_formula(lbool expected_outcome, char const* fml) {
|
|||
}
|
||||
|
||||
void tst_quant_elim() {
|
||||
disable_debug("heap");
|
||||
|
||||
test_formula(l_undef, "(exists ((p1 Bool) (q1 Bool) (r1 Bool))\
|
||||
(and (or (not p1) (not q1) r1)\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue