You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Updated process, added new verifying solvers, and updated old verifying solvers to 2020 final submissions
Unified starexec run script names
Updated the validation solvers in readme and the makefile.
* Fixed cvc4 version to correspond to starexec id 28798
Copy file name to clipboardexpand all lines: unsat-core-track/README.md
+2-3
Original file line number
Diff line number
Diff line change
@@ -15,13 +15,12 @@ unsatisfiable using a set of validating solvers built into the script.
15
15
16
16
### Setup
17
17
18
-
1. Unpack all [validation solvers](validation_solvesr) and ensure that they
18
+
1. Unpack all [validation solvers](validation_solvers) and ensure that they
19
19
are available at
20
20
```bash
21
21
./validation_solvers/<solver>/bin/<solver>
22
22
```
23
-
The solvers currently required by the script are `CVC4`, `MathSAT`, `Z3`, and
24
-
`Vampire`.
23
+
The solvers currently required by the script are `alt-ergo`, `bitwuzla`, `cvc4`, `mathsat`, `ultimateeliminator+mathsat`, `vampire`, `yices`, and `z3`.
25
24
26
25
2. Ensure that the [scrambler](https://github.com/SMT-COMP/scrambler) is in
0 commit comments