lower-unsat-n3
- Kind
- unsat-certificate
- Status
- checked
Supports: no network of 2 comparators sorts all 3-input sequences
test "$(cargo run --release -q -p axeyum-cnf --example sorting_network -- --n 3 --size 2 --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`.