-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0598b26
commit ecd740d
Showing
1 changed file
with
13 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,19 @@ | ||
# Date : 2021-02-23 | ||
# Author : Zafer Esen <[email protected]> | ||
|
||
Original benchmarks (not part of this release) are from: | ||
./heap contains 111 SMT-LIB (v2.6) benchmarks encoded automatically by the | ||
tool TriCera (info below). | ||
|
||
./array contains the array encodings of the same benchmarks from ./heap. The | ||
benchmarks under the heap folder can be fed into eldarica by using the | ||
command: | ||
./eld -abstract:off <filename> | ||
|
||
The benchmarks from the array encoding are provided as examples, and as of | ||
writing this document we could not find a CHC-solver capable of handling the | ||
theory combination of arrays and ADTs. | ||
|
||
Original benchmark sources (not provided in this repository) are from SV-COMP: | ||
https://github.com/sosy-lab/sv-benchmarks/ | ||
|
||
Information on how to regenerate the benchmarks is given below, please do not | ||
|