3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-02-20 15:34:41 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-03-14 10:46:03 -07:00
parent b29c77dc87
commit 51e459d02b
55 changed files with 27 additions and 138 deletions

View file

@ -154,8 +154,6 @@ public:
}
g->inc_depth();
result.push_back(g.get());
TRACE("dt2bv", g->display(tout););
SASSERT(g->is_well_sorted());
}
void cleanup() override {