-
Notifications
You must be signed in to change notification settings - Fork 182
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[XLS] Fix bug in BddQueryEngine::SpecializeGiven
Previously, when told to specialize on an interval set, if the check for one component interval was saturated, it would be omitted from the final assumed disjunction... making the assumption *stronger* than intended. This could make values appear to be determined when they were not. Found by fuzzing a future change. PiperOrigin-RevId: 723593153
- Loading branch information
1 parent
0638aaf
commit 3452f44
Showing
3 changed files
with
56 additions
and
4 deletions.
There are no files selected for viewing
This file contains 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 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 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