lower-unsat-n5
- Kind
- unsat-certificate
- Status
- checked
Supports: no network of 8 comparators sorts all 5-input sequences
test "$(cargo run --release -q -p axeyum-cnf --example sorting_network -- --n 5 --size 8 --sym full 2>/dev/null | grep -oE '(Unsat|Sat)')" = Unsat Evidence notes
Optimality-as-UNSAT: no optimizer and no MaxSAT is involved. The verdict is reproduced under every symmetry setting including `--sym none`, which is the control that matters -- an UNSOUND symmetry break manufactures a wrong UNSAT, and would show as Unsat under `full` but Sat under `none`.