Commit 51e6800
z3: strip (exit)/(get-model) before appending the tactic
Many SMT-LIB files end with `(check-sat) (exit)`. The preprocessing stripped
only `(check-sat)` and appended `(apply <tactic>)` at the end, so a leftover
`(exit)` made z3 quit before the tactic ran -> empty output -> silent fallback
to the unsimplified file. On the real SMT-COMP QF_FP set this made --simplify a
no-op (handled 3/151); with the fix it handles 125/151 (the rest declare a
RoundingMode variable, which the evaluator doesn't model).
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent ff9bcab commit 51e6800
1 file changed
Lines changed: 11 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
181 | 181 | | |
182 | 182 | | |
183 | 183 | | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
184 | 194 | | |
185 | | - | |
186 | | - | |
187 | | - | |
188 | | - | |
| 195 | + | |
189 | 196 | | |
190 | 197 | | |
191 | 198 | | |
| |||
0 commit comments