We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
Thanks for the report. I'll work on a fix.
Sorry, something went wrong.
soonhokong
No branches or pull requests
dReal return (delta-sat) for the following smt2 code :
But (unsat) for :
So there is a bug when handling large hexa constants that are bigger than the maximum integer.
The text was updated successfully, but these errors were encountered: