-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug fix: Handle 'unknown' SMT results during invariant generation
This fixes a bug reported by Anthony Aiello and Aaron Fifarek. When the invariant generator received an 'unknown' result it was treating it like an 'unsat' result. This caused properties to be erroneously reported as true. This bug only appeared in the inductive step part of the invariant generation. Handling of 'unknown' in the base step was fixed in 99394a8 to address issue #20. This looks like a case that slipped through at that time.
- Loading branch information
Showing
1 changed file
with
15 additions
and
10 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