roster-core-refutation
- Kind
- unsat-certificate
- Status
- checked
Supports: The five named rows are jointly unsatisfiable.
cargo run --release -q -p axeyum-solver --features full --example infeasibility_iis -- artifacts/instances/infeasibility/roster-icu-night.smt2 --expect-rows 102 --expect-core 5 Evidence notes
Ran 2026-08-14 in 0.21s. The front door's `(get-unsat-core)` returned exactly these five names; `axeyum_solver::produce_evidence` on the five reports `Evidence::UnsatArithAletheProof` with `check_outcome` = `verified` and trust step `farkas` marked CERTIFIED THIS RUN, i.e. the Alethe `lia_generic` refutation was re-derived by `check_alethe_lra`, not trusted from the emitter. z3 4.13.3's own `(get-unsat-core)` on the same file returns the same five names (scripts/check-infeasibility-iis-z3.py). The example ALSO pins the numbers: passing `--expect-core 4` exits 1, so this command is a ratchet and not a printout.