Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed bug in is_char_const_range #5724

Merged
merged 1 commit into from
Dec 20, 2021
Merged

Conversation

veanes
Copy link
Collaborator

@veanes veanes commented Dec 20, 2021

Fixes the latest regression in #5721

Further fixes a divergence of this example that is a variant of example in issue 1224:
This is unsat:

(set-option :encoding ascii)
(declare-fun X () String)
(assert (not (str.in.re X (re.* (re.union (re.range "\u{0}" "\u{7F}") (re.range "\u{80}" "\u{FF}"))))))
(check-sat)

@NikolajBjorner NikolajBjorner merged commit be38b25 into Z3Prover:master Dec 20, 2021
@veanes veanes deleted the fixRegr branch December 20, 2021 01:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants