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:
parent
e8056e066d
commit
bfc0af7820
5 changed files with 73 additions and 44 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue