Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add new optional flags for the cprover contracts library.
- --dfcc-debug-lib activates debug asserts in cprover_contracts.c - --dfcc-simple-invalid-pointer-model removes offset nondeterminism for invalid pointers produced in failure paths of the __CPROVER_is_fresh predicate. Mitigates some proof performance issues, but is possibly unsound due to reduced nondeterminism.
- Loading branch information