mirror of
https://github.com/Z3Prover/z3
synced 2025-08-08 12:11:23 +00:00
fix local search encoding bug
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
615e1e0845
commit
5e482def18
8 changed files with 78 additions and 63 deletions
|
@ -213,7 +213,9 @@ public:
|
|||
new_pr = m.mk_rewrite(g->form(i), new_curr);
|
||||
new_pr = m.mk_modus_ponens(g->pr(i), new_pr);
|
||||
}
|
||||
// IF_VERBOSE(0, verbose_stream() << mk_pp(g->form(i), m) << "\n--->\n" << new_curr << "\n";);
|
||||
g->update(i, new_curr, new_pr, g->dep(i));
|
||||
|
||||
}
|
||||
for (expr* a : axioms) {
|
||||
g->assert_expr(a);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue