Add issue 10175 floating-point regressions - #60
Merged
Nikolaj Bjorner (NikolajBjorner) merged 3 commits intoJul 28, 2026
Merged
Conversation
1sgtpepper
force-pushed
the
add-10175-regressions
branch
from
July 24, 2026 12:36
451fdae to
cadae15
Compare
1sgtpepper
marked this pull request as ready for review
July 24, 2026 13:17
1sgtpepper
force-pushed
the
add-10175-regressions
branch
3 times, most recently
from
July 24, 2026 15:17
e8260e2 to
87a3824
Compare
1sgtpepper
force-pushed
the
add-10175-regressions
branch
2 times, most recently
from
July 26, 2026 12:34
f7bc449 to
5ef3e00
Compare
1sgtpepper
force-pushed
the
add-10175-regressions
branch
from
July 26, 2026 13:51
5ef3e00 to
e3c862f
Compare
Nikolaj Bjorner (NikolajBjorner)
merged commit Jul 28, 2026
8f8bece
into
Z3Prover:master
1 check passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add behavioral coverage for Z3 issue 10175 across the denormal leading-zero count
boundary and both the narrow and widened exponent paths. The regressions cover exact
division; upper and lower exponent endpoints for exponent widths 2, 3, and 4; two-bit
workspace growth in FP(2,16); the reported negative overflow under
RTZ; the originalreal-to-FP conversion and model-validation path; and the opposite
RTNresult.Issue: Z3Prover/z3#10175.
Source change: Z3Prover/z3#10216.
Testing
No local tests were run; validation is delegated to the paired fork CI workflow.