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

Optional modes for interpreted floats #160

Merged
merged 4 commits into from
Jan 20, 2024
Merged

Optional modes for interpreted floats #160

merged 4 commits into from
Jan 20, 2024

Conversation

marcoeilers
Copy link
Owner

@marcoeilers marcoeilers commented Dec 10, 2023

Adds the command line option --float-encoding=e, where e can be either real or ieee32.
The current mode with uninterpreted floats remains the default, since both modes have disadvantages (reals are not a sound representation of floats, and ieee floating point reasoning is incredibly slow).
When floating point operations are used in the default uninterpreted mode, a warning is issued.

This addresses issue #158.


This change is Reviewable

@marcoeilers marcoeilers merged commit 0100a7e into master Jan 20, 2024
2 checks passed
@marcoeilers marcoeilers deleted the floats branch January 20, 2024 18:11
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.

1 participant