mirror of
https://github.com/Z3Prover/z3
synced 2025-08-06 11:20:26 +00:00
bug in non-member disjunction
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
220b8afd97
commit
6a90072a98
3 changed files with 5 additions and 6 deletions
|
@ -2717,7 +2717,7 @@ void seq_rewriter::elim_condition(expr* elem, expr_ref& cond) {
|
|||
else {
|
||||
ranges1.reset();
|
||||
ranges1.append(ranges);
|
||||
intersect(0, ch-1, ranges);
|
||||
intersect(0, ch - 1, ranges);
|
||||
intersect(ch + 1, zstring::max_char(), ranges1);
|
||||
ranges.append(ranges1);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue