3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-24 17:45:32 +00:00

testing inc-sat solver

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2014-07-30 16:35:46 -07:00
parent e8056e066d
commit bfc0af7820
5 changed files with 73 additions and 44 deletions

View file

@ -198,7 +198,7 @@ public:
m_rw1(g->form(idx), new_f1);
TRACE("card2bv", tout << "Rewriting " << mk_ismt2_pp(new_f1.get(), m) << std::endl;);
m_rw2(new_f1, new_f2);
g->update(idx, new_f2);
g->update(idx, new_f2, g->pr(idx), g->dep(idx));
}
g->inc_depth();