Skip to content

Commit

Permalink
benchmarks readme
Browse files Browse the repository at this point in the history
  • Loading branch information
zafer-esen committed Feb 23, 2021
1 parent 0598b26 commit ecd740d
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion heap-theory-benchmarks/readme
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
Expand Down

0 comments on commit ecd740d

Please sign in to comment.