Commit 82fead8
feat(batch_driver): wire alt-ergo, metamath, cadical — 13 active provers
New runners (direct binary invocation + output parsing):
- alt_ergo : parses "Valid" / "Invalid" / "I don't know" / "Timeout"
- metamath : reads file via stdin, parses ?Error / "were not proved"
- cadical : exit 10=SAT, 20=UNSAT, 0=unknown (both 10/20 → success)
New targets in TARGETS[]:
safety/altergo (existing .smt2 corpus)
invariant/metamath (proofs/metamath/*.mm)
model-check/cadical (proofs/dimacs/*.cnf)
correctness/z3 + cvc5 (proofs/smt-lib-mined/*.smt2 — 15 synthetic LIA/
NIA/BV/UF/AX/NRA problems)
Strategy MV + certificate landscape after several batch runs:
7 PROVEN certs: {safety,correctness,linearity,model-check} × {z3,cvc5,
vampire,idris2,cadical}
2 SANCTIFIED: safety (z3+cvc5+vampire, 214 attempts),
correctness (z3+cvc5, 150 attempts)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 5ceed6a commit 82fead8
1 file changed
Lines changed: 80 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
44 | 50 | | |
45 | 51 | | |
46 | 52 | | |
| |||
156 | 162 | | |
157 | 163 | | |
158 | 164 | | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
159 | 225 | | |
160 | 226 | | |
161 | 227 | | |
| |||
281 | 347 | | |
282 | 348 | | |
283 | 349 | | |
284 | | - | |
285 | | - | |
286 | | - | |
287 | | - | |
288 | | - | |
289 | | - | |
290 | | - | |
291 | | - | |
292 | | - | |
293 | | - | |
294 | | - | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
295 | 364 | | |
296 | 365 | | |
297 | 366 | | |
| |||
0 commit comments