Commit 5ceed6a
feat(batch_driver): cvc5, vampire, dafny, why3 runners + smart idris2 sourcedir
New runners (shell out to real binaries, parse native output):
- cvc5 : same .smt2 corpus as z3, independent implementation
- dafny : parses "finished with N verified, 0 errors" from stdout
- why3 : runs with -P z3 backend, checks "Prover result is: Valid"
- vampire : parses SZS status (already present, now used with real corpus)
idris2 runner now auto-discovers the project root by walking up to the
nearest .ipkg file and running `idris2 --source-dir <root> --check`. This
resolves project-relative imports (e.g. `Ephapax.Formal.Region`) that
plain --check can't find. Falls back to the file's own directory.
Active targets expanded to 11 (from 8), adding:
safety/cvc5 (examples + proofs/z3 smt2 files)
safety/vampire (proofs/tptp/*.p — 8 new hand-written problems)
First SANCTIFY certificate minted: safety class, 3 proven provers
(z3, cvc5, vampire), 119 combined attempts — class-level portfolio
attestation activated.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 8f3b783 commit 5ceed6a
1 file changed
Lines changed: 81 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
41 | 44 | | |
42 | 45 | | |
43 | 46 | | |
| |||
115 | 118 | | |
116 | 119 | | |
117 | 120 | | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
118 | 182 | | |
119 | 183 | | |
120 | 184 | | |
| |||
155 | 219 | | |
156 | 220 | | |
157 | 221 | | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
158 | 235 | | |
159 | | - | |
160 | | - | |
161 | | - | |
| 236 | + | |
162 | 237 | | |
163 | 238 | | |
164 | 239 | | |
| |||
207 | 282 | | |
208 | 283 | | |
209 | 284 | | |
| 285 | + | |
210 | 286 | | |
211 | 287 | | |
212 | 288 | | |
213 | 289 | | |
214 | 290 | | |
215 | 291 | | |
| 292 | + | |
| 293 | + | |
216 | 294 | | |
217 | 295 | | |
218 | 296 | | |
| |||
0 commit comments