mirror of
https://github.com/Z3Prover/z3
synced 2025-08-04 10:20:23 +00:00
model-add/del
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
3de8c193ea
commit
caaf0ba33c
28 changed files with 271 additions and 251 deletions
|
@ -81,7 +81,7 @@ class bit_blaster_tactic : public tactic {
|
|||
new_pr = m().mk_modus_ponens(pr, new_pr);
|
||||
}
|
||||
if (curr != new_curr) {
|
||||
change = true;
|
||||
change = true;
|
||||
TRACE("bit_blaster", tout << mk_pp(curr, m()) << " -> " << mk_pp(new_curr, m()) << "\n";);
|
||||
g->update(idx, new_curr, new_pr, g->dep(idx));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue