-
Notifications
You must be signed in to change notification settings - Fork 53
Princess/Ostrich update #518
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
Merged
+123
−141
Merged
Changes from 1 commit
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
c84ca3e
Princess: Update Princess to version 2025-06-25 and Ostrich to 2.0
daniel-raffler fec5a61
Princess: Use total definition for division where a/0 is allowed
daniel-raffler 61f810d
Princess: Remove extra parentheses
daniel-raffler 11d1c9b
Princess: Add a comment about divWithSpecialZero
daniel-raffler 1e3ef7e
Princess: Remove Princess from the blacklist in the testDivisionByZer…
daniel-raffler 2c14481
Princess: Add another case to the testDivisionByZero to check that (/…
daniel-raffler f87a843
Princess: Enable one of the tests for codepoints in string theory
daniel-raffler 3141539
Princess: Update a test in FormulaClassifierTest
daniel-raffler ccc8cbe
Princess: Use variables to make the test for zero division more general
daniel-raffler 8d5fcd1
Princess: Handle all constant values for the visitor in isValue()
daniel-raffler ed02e9b
Princess: Add support for `floor` operation
daniel-raffler 2347d94
Princess: Fix imports
daniel-raffler a58cc80
Princess: Fix the broken test
daniel-raffler 4f81e8d
Princess: disable collection of model constraints if model generation…
kfriedberger b832ae2
fix CheckStyle warning
kfriedberger ae36c38
Merge remote-tracking branch 'origin/master' into princess-2025-06-25
kfriedberger File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, we do not need to add a precise backwards-mapping. The solver is allowed to rewrite the formula.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The issue here is that Princess uses quantifiers and we do not handle quantified formulas correctly in some cases.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, the comment was about quantifiers and/or epsilon terms that Princess likes to introduce for operations like these