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

[Bug] Unsat with large hexadecimal constant for Ints #284

Open
PaulBonnot opened this issue Sep 30, 2022 · 1 comment
Open

[Bug] Unsat with large hexadecimal constant for Ints #284

PaulBonnot opened this issue Sep 30, 2022 · 1 comment
Assignees
Labels

Comments

@PaulBonnot
Copy link

PaulBonnot commented Sep 30, 2022

dReal return (delta-sat) for the following smt2 code :

(define-fun x() Int 0x7FFFFFFF)
(check-sat)

But (unsat) for :

(define-fun x() Int 0x80000000)
(check-sat)

So there is a bug when handling large hexa constants that are bigger than the maximum integer.

@soonhokong soonhokong self-assigned this Sep 30, 2022
@soonhokong soonhokong added the bug label Sep 30, 2022
@soonhokong
Copy link
Member

Thanks for the report. I'll work on a fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants