fp16-bf16-roundtrip-counterexample-model
- Kind
- witness-replay
- Status
- checked
Supports: The negation of formal.statement is satisfiable, so the round trip is not the identity.
test "$(cargo run --release -q -p axeyum-bench --example smtcomp_cli -- --evidence artifacts/facts/smt2/fp16-bf16-roundtrip-not-identity.smt2 | tail -1)" = sat Evidence notes
Ran 2026-08-14: `; evidence kind=sat-model certified=1 recheck=na arena=ok ms=7`, verdict `sat`. `arena=ok` is `Evidence::check` evaluating the model against a FRESH PARSE of the original assertions. Cross-checked independently: `z3 -smt2` reports `sat` and `bitwuzla 0.9.1` reports `sat` on the same file. Unlike the fp8 facts in this batch, both external oracles could reach this one -- bfloat16 is (8,8), so neither z3's `ebits > sbits` restriction nor bitwuzla's experimental-format refusal applies.