mirror of
https://github.com/Z3Prover/z3
synced 2026-02-02 15:26:17 +00:00
revamp ac plugin and plugin propagation
This commit is contained in:
parent
b983524afc
commit
dbcbc6c3ac
14 changed files with 630 additions and 215 deletions
|
|
@ -280,7 +280,7 @@ namespace bv {
|
|||
undef_idx--;
|
||||
sat::literal consequent = m_bits[v1][undef_idx];
|
||||
sat::literal b = m_bits[v2][undef_idx];
|
||||
sat::literal antecedent = ~expr2literal(ne.eq());
|
||||
sat::literal antecedent = ~expr2literal(ne.eq()->get_expr());
|
||||
SASSERT(s().value(antecedent) == l_true);
|
||||
SASSERT(s().value(consequent) == l_undef);
|
||||
SASSERT(s().value(b) != l_undef);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue