-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Test was to slow because once the out of bounds cases have been ruled out, all "in bounds" cases still have to concretize a value for the symbol and perform the store, leading to approx. <page_size> calls to Z3. By reducing the possible values of idx, we ensure that the test runs fast.
- Loading branch information
1 parent
5923419
commit c535389
Showing
2 changed files
with
17 additions
and
12 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