mirror of
https://github.com/Z3Prover/z3
synced 2025-10-08 00:41:56 +00:00
remove case for non-emptiness to combine with standard membership
as part of revising engine for addressing #5693
This commit is contained in:
parent
b2af7ea68f
commit
f40becf099
5 changed files with 8 additions and 78 deletions
|
@ -3014,10 +3014,6 @@ void theory_seq::assign_eh(bool_var v, bool is_true) {
|
|||
if (is_true)
|
||||
m_regex.propagate_is_empty(lit);
|
||||
}
|
||||
else if (m_sk.is_is_non_empty(e)) {
|
||||
if (is_true)
|
||||
m_regex.propagate_is_non_empty(lit);
|
||||
}
|
||||
else if (m_sk.is_eq(e, e1, e2)) {
|
||||
if (is_true) {
|
||||
propagate_eq(lit, e1, e2, true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue