https://bugs.kde.org/show_bug.cgi?id=358940
--- Comment #4 from David Edmundson <k...@davidedmundson.co.uk> --- Your patch doesn't match your comment. Note that test for inversions being even or not is not the == 1 at the end but rather then (inversionsMod == 0) which is already there in the current code. Note the two sets of == in the same statement I think you've accidentally changed it to: if the size is even and the inversions are even, it's not solvable. -- You are receiving this mail because: You are watching all bug changes.