-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix transparency of autoGetHints selectors
Previously, autoGetHints would build selectors using let, allowing them to later be unfolded/reduced by subsequent automation. However, this is undesired behavior for two reasons. First, the information obtainable by unfolding the selectors is not entailed by the SMT-Lib specification, so this approach results in extraneous available information. And second, this approach caused some problems to run into an unfoldProj bug. TODO: Submit an issue describing the unfoldProj bug, as this can appear in other contexts as well
- Loading branch information
Showing
1 changed file
with
41 additions
and
3 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