mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 11:55:51 +00:00
bugfixes
This commit is contained in:
parent
c467f093d0
commit
1a742ff784
5 changed files with 26 additions and 17 deletions
|
@ -217,9 +217,9 @@ namespace polysat {
|
|||
m_var_eqs_head++;
|
||||
pdd p = var2pdd(v1);
|
||||
pdd q = var2pdd(v2);
|
||||
TRACE("bv", tout << ctx.bpp(n) << " == " << ctx.bpp(var2enode(v2)) << "\n");
|
||||
auto d = dependency(v1, v2);
|
||||
constraint_id id = eq_constraint(p, q, false, d);
|
||||
TRACE("bv", tout << ctx.bpp(n) << " == " << ctx.bpp(var2enode(v2)) << " " << d << "\n");
|
||||
m_core.assign_eh(id, false);
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue