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

Floating-Point Testing with Z3 #1152

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Floating-Point Testing with Z3 #1152

wants to merge 1 commit into from

Conversation

JJponce0913
Copy link
Collaborator

This PR introduces a script that utilizes the Z3 SMT solver to verify the correctness of floating-point properties across different rounding modes. The goal is to test all rules considered FP-safe and identify cases where exceptions occur.

This PR improves floating-point safety analysis by giving us the ability to detect rounding-related issues, ensuring reliability in FP computations.

@JJponce0913 JJponce0913 requested a review from bksaiki February 20, 2025 17:59
Copy link
Contributor

@bksaiki bksaiki left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Might be good to nest again, say

docs
|-- fp-safe
     |-- z3test.py
     |-- README.md

Otherwise, looks good to me!

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