fp16-fp32-roundtrip-unsat-drat
- Kind
- unsat-certificate
- Status
- checked
Supports: The negation of formal.statement is unsatisfiable, so the round trip is the identity on every binary16 value.
test "$(cargo run --release -q -p axeyum-bench --example smtcomp_cli -- --evidence artifacts/facts/smt2/neg-fp16-fp32-roundtrip-identity.smt2 | tail -1)" = unsat Evidence notes
Ran 2026-08-14: `; evidence kind=unsat-drat certified=1 recheck=ok arena=ok ms=6409`, verdict `unsat`, 9.6s wall in a release build. `recheck=ok` is axeyum's own `check_drat` (RUP+RAT) re-checking the emitted refutation; `arena=ok` is `Evidence::check` against a fresh parse. Cross-checked independently: `z3 -smt2` reports `unsat` (0.1s) and `bitwuzla 0.9.1` reports `unsat` (0.1s).