mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 09:35:32 +00:00
Fixed assignment bug for shifts/band
This commit is contained in:
parent
0341851958
commit
b116d5ac9e
1 changed files with 1 additions and 1 deletions
|
@ -324,7 +324,7 @@ namespace polysat {
|
|||
pdd r = m.mk_var(s.add_var(sz));
|
||||
m_dedup.op_constraint_expr.insert(args, r.var());
|
||||
|
||||
s.assign_eh(mk_op_constraint(op, p, q, r), null_dependency);
|
||||
s.add_clause(mk_op_constraint(op, p, q, r), false);
|
||||
return r;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue