Add more operators, while statement and quantifiers#428
Merged
keyboardDrummer merged 10 commits intomainfrom Feb 16, 2026
Merged
Add more operators, while statement and quantifiers#428keyboardDrummer merged 10 commits intomainfrom
keyboardDrummer merged 10 commits intomainfrom
Conversation
45510be to
012fc76
Compare
3257339 to
012fc76
Compare
andrewmwells-amazon
previously approved these changes
Feb 16, 2026
joscoh
reviewed
Feb 16, 2026
andrewmwells-amazon
approved these changes
Feb 16, 2026
joscoh
approved these changes
Feb 16, 2026
fabiomadge
added a commit
that referenced
this pull request
Feb 24, 2026
- Restore intDivTFunc/intModTFunc to IntBoolFactory and Core Factory (lost during earlier merge of PR #428). These belong in the factory since the SMT encoder handles their semantics. - Remove duplicate definitions from LaurelToCoreTranslator's corePrelude. The translator now references Core.intDivTOp/Core.intModTOp. - Use empty precondition lists in PythonToLaurel instead of [true]. - Update test expectations for DivT/ModT in factory output.
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.
Contains a subset of the changes from #385
Changes
//in languages that have a division operator-,*,/,%,/t,%t(truncating),==>,!, unary-forall,existsTesting