Normal sudoku rules apply.
In each row and column the 'sandwich sum' is the total of the digits between 1 and 9. In a column/row without an external clue this total is 0. '>' indicates a total greater than 0. '<' indicates a total less than 0.
One cell in every row, column and box is a negator cell and makes its digit negative. Every negator cell must be used in at least one sandwich sum total.
A '>' or '<' between two cells indicates that the value of one cell is greater than the other (eg 5 > 4).
Lösungscode: The digits in negator cells read top-bottom followed by column 1 top-bottom. (18 digits no spaces)
am 13. Januar 2024, 00:41 Uhr von SamuPiano
Another remarkable puzzle! This one definitely deserves a rating. :)
am 1. November 2023, 03:02 Uhr von jinkela114514
Does the negators have to contain a complete set of digits 1~9?
- Hello! Thanks for trying the puzzle. No, that is not required by the rules so digits can repeat.
am 31. Oktober 2023, 14:58 Uhr von yttrio
An amazing puzzle with a couple of distinct phases to the solve! It definitely took some time to understand how the non-positive sandwich sums needed to work, but it was really quite incredible that everything could ultimately be determined just with inequality signs!