mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 17:45:32 +00:00
compile
This commit is contained in:
parent
53bbb49031
commit
845f5f89e1
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ namespace bv {
|
|||
for (expr* arg : *a) {
|
||||
expr_ref b2b(m);
|
||||
b2b = bv.mk_bit2bool(a, i);
|
||||
sat::literal bit_i = ctx.internalize(b2b, false, false, m_is_redundant);
|
||||
sat::literal bit_i = ctx.internalize(b2b, false, false);
|
||||
sat::literal lit = expr2literal(arg);
|
||||
add_equiv(lit, bit_i);
|
||||
ctx.add_aux_equiv(lit, bit_i);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue