Commit 9bb1071
feat(extract): unlock 7 more provers — Mercury/λProlog/Naproche/SAT trio/ABC
Vendored upstreams + extractor fixes for previously-empty provers:
Mercury 0 → 13 173 (Mercury-Language/mercury, 2 794 .m files)
Naproche 0 → 2 110 (naproche/naproche, sTeX .ftl.tex parser)
λProlog 0 → 1 585 (teyjus/teyjus, 207 .mod files)
CaDiCaL 0 → 313 (arminbiere/cadical + SAT-classical CNFs)
Kissat 0 → 313 (same SAT corpus, mirrored)
MiniSat 0 → 313 (same SAT corpus, mirrored)
ABC 0 → 1 (placeholder — need proper benchmark source)
Naproche extractor fix: prior pattern required bare `.ftl` files with
`theorem NAME: ...` syntax. Real Naproche corpus ships as
`.ftl.tex` / `.ftl.en.tex` (sTeX literate form) with theorems in
\\begin{theorem}[forthel,title=...,name=...] blocks. Added both sTeX
env and legacy bare-ftl patterns.
SAT-benchmarks setup: consolidated 313 .cnf files from cadical +
kissat + SAT-classical test suites under external_corpora/sat_benchmarks/,
feeding the shared extract_sat_benchmarks.jl which emits per-prover
records for all three SAT backends.
Mercury + λProlog were pure vendoring — extractors already handled
the formats.
Three more provers past the 2K ML-useful threshold: Mercury, Naproche
(along with Boogie/SeaHorn/Frama-C from the earlier wave).
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent fc3f0f4 commit 9bb1071
1 file changed
Lines changed: 52 additions & 15 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
28 | 21 | | |
29 | | - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
30 | 67 | | |
31 | 68 | | |
32 | 69 | | |
| |||
0 commit comments