Skip to content

Commit 4b86209

Browse files
authored
Update README.md
1 parent 846703b commit 4b86209

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ CHC solvers supported: [Eldarica], [Golem], and [Spacer].
66

77
SMT solvers supported: [cvc5], [OpenSMT], [SMTInterpol], [veriT], and [Z3].
88

9-
Proof checkers supported: [alfc], [Carcara], [LFSC checker], [SMTInterpol checker], and [TSWC].
9+
Proof checkers supported: [alfc] [^1], [Carcara], [LFSC checker], [SMTInterpol checker], and [TSWC].
1010

1111
## Dependencies
1212

@@ -48,16 +48,20 @@ To aggregate all individual tool results and to establish the validity of the CH
4848

4949
The framework is currently capable of validating models produced for LIA and ALIA benchmarks, and has been used in the validation of the benchmarks from [CHC-COMP 2022] and [CHC-COMP 2024].
5050

51-
The [2022 benchmarks] used came from the LIA-lin and LIA-nonlin tracks, and have been validated with the following tools: [Eldarica v2.0.8], [Golem v0.4.2], [Z3 (Spacer) v4.12.1], [cvc5 v1.0.5], [OpenSMT v2.5.0], [SMTInterpol (checker) v2.5-1259-gf8124b1f], [veriT v2021.06.2-rmx], [Carcara v1.0.0], [LFSC checker 9aab068], and the [latest version of TSWC].
51+
* The [2022 benchmarks] used came from the LIA-lin and LIA-nonlin tracks, and have been validated with the following tools: [Eldarica v2.0.8], [Golem v0.4.2], [Z3 (Spacer) v4.12.1], [cvc5 v1.0.5], [OpenSMT v2.5.0], [SMTInterpol (checker) v2.5-1259-gf8124b1f], [veriT v2021.06.2-rmx], [Carcara v1.0.0], [LFSC checker 9aab068], and the [latest version of TSWC].
5252

53-
The [2024 benchmarks] used came from the LIA-lin, LIA-nonlin, LIA-Arrays-lin, and LIA-Arrays-nonlin tracks, and have been validated with the following tools: [Eldarica v2.1], [Golem v0.5.0], [Z3 (Spacer) v4.13], [cvc5 v1.1.2], [OpenSMT v2.6.0], [SMTInterpol (checker) v2.5-1256-g55d6ba76], [veriT v2021.06.2-rmx], [alfc eca2cbd], [Carcara v1.1.0], [LFSC checker 5a127db], and the [latest version of TSWC].
53+
* The [2024 benchmarks] used came from the LIA-lin, LIA-nonlin, LIA-Arrays-lin, and LIA-Arrays-nonlin tracks, and have been validated with the following tools: [Eldarica v2.1], [Golem v0.5.0], [Z3 (Spacer) v4.13], [cvc5 v1.1.2], [OpenSMT v2.6.0], [SMTInterpol (checker) v2.5-1256-g55d6ba76], [veriT v2021.06.2-rmx], [alfc eca2cbd], [Carcara v1.1.0], [LFSC checker 5a127db], and the [latest version of TSWC].
5454

5555
A large part of the [SMT instance generator] was implemented by Fedor Gromov.
5656

5757
## Publication
5858

5959
To know more about the theory behind ATHENA, as well as its applications, have a look at our [iFM23 paper].
6060

61+
[^1]: The alfc checker has been recently rebranded *ethos*. According to [@ajreynol] this was only a name change on the checker side, with the codebase carrying over from alfc. Together with this change, however, the relation between cvc5 and alfc/ethos has been refactored and ATHENA has not yet been updated to accommodate for it. For the time being, support is available for [cvc5 v1.1.2] and [alfc eca2cbd].
62+
63+
[@ajreynol]: https://github.com/ajreynol
64+
6165
[GNU parallel]: https://www.gnu.org/software/parallel
6266
[Python 3]: https://www.python.org/downloads
6367
[gnuplot]: http://www.gnuplot.info

0 commit comments

Comments
 (0)