-
Notifications
You must be signed in to change notification settings - Fork 35
Track Simplification Origins by Full VC Implication #262
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
Merged
Changes from all commits
Commits
Show all changes
66 commits
Select commit
Hold shift + click to select a range
e38d99d
Add SimplifiedExpression
rcosta358 208249f
Change SimplifiedExpression to SimplifiedPredicate
rcosta358 92359f3
Requested Changes
rcosta358 de68c47
Formatting
rcosta358 8bb6fb4
Minor Changes
rcosta358 ba977dc
Add VC Substitution
rcosta358 82eb3be
Add Comments
rcosta358 63a1c21
SimplifiedPredicate Follow-Up
rcosta358 36fd1fd
Add `simplifyOnce`
rcosta358 e8e07d5
Code Refactoring
rcosta358 27061e9
Add Comment
rcosta358 47c1844
Code Refactoring
rcosta358 a3b4f29
Add Fixed Point Iteration
rcosta358 659a139
Requested Changes
rcosta358 7f6f9d2
Rename
rcosta358 2e145d3
Replace `SimplifiedPredicate` with `SimplifiedVCImplication`
rcosta358 ba81c3a
Refactoring
rcosta358 43a0bef
Minor Change
rcosta358 fa7eff5
Add Tests
rcosta358 607e1b5
Change SimplifiedExpression to SimplifiedPredicate
rcosta358 0b060bb
Add VC Folding
rcosta358 7bb0632
Add Fixed Point Iteration
rcosta358 4c39689
Use SimplifiedVCImplication
rcosta358 981c63f
Refactoring
rcosta358 b374c66
Fix
rcosta358 67b05ce
Refactoring
rcosta358 9ffbe14
Add Comments
rcosta358 68c3b42
Refactoring
rcosta358 eab59f7
Refactoring
rcosta358 11be88b
Simplify VCFolding
rcosta358 84f9727
Add Tests
rcosta358 99131d4
Fixes
rcosta358 8cde2d2
Update Tests
rcosta358 ee3919c
Refactor Tests
rcosta358 cb0cb2e
Update VCImplicationGenerator
rcosta358 35895a3
Minor Changes
rcosta358 e4258aa
Minor Changes
rcosta358 804c7a6
Update Tests
rcosta358 1043d1a
Refactor Tests
rcosta358 9fc831a
Add Comments
rcosta358 b813bb7
Add VC Arithmetic Simplification
rcosta358 0a04e5b
Add Comments
rcosta358 e5d9162
Renaming
rcosta358 f4250de
Update Comments
rcosta358 334ff7e
Refactor Simplification Passes
rcosta358 eb9ff24
Add VC Logical Simplification
rcosta358 d8f9aee
Fix Origins
rcosta358 f9e4624
Fix Origins
rcosta358 63aeaf9
Fix Origins
rcosta358 28c5a0f
Refactor VC Simplification
rcosta358 8b148b0
Minor Changes
rcosta358 9bc108f
Minor Changes
rcosta358 8588a9d
Add VC Binder Simplification
rcosta358 5fbcef7
Return Null Origin for Unsimplified VCs
rcosta358 d068108
Fix VC Substitution
rcosta358 935a168
VC Simplification Refactoring
rcosta358 5c73350
Use VC Implication Simplification
rcosta358 e789e05
Remove Expression-Based Simplification Classes
rcosta358 8932b49
Don't Simplify Expected Type
rcosta358 ea7ad09
Track Simplification Origins by Full VC Implication
rcosta358 08ec730
Refactoring
rcosta358 96f9842
Refactor Tests
rcosta358 9e76dcf
Add More Tests
rcosta358 f5cccb1
Assert Origin Not Equal to Simplified
rcosta358 6512612
Merge branch 'main' into new-origins-approach
rcosta358 a3988dc
Fix `VCFunctionSubstitution`
rcosta358 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
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
53 changes: 0 additions & 53 deletions
53
liquidjava-verifier/src/main/java/liquidjava/processor/SimplifiedVCImplication.java
This file was deleted.
Oops, something went wrong.
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
👍