Normal sudoku rules apply.
Orange lines must contain a set of non-repeating consecutive digits in any order.
Additionally, any digit on a line must be greater than its orthogonal neighbours that are not on a line.
Inequality symbols indicate greater-than/less-than relationships between cells.
Lösungscode: The digits from rows 2 and 8 in that order, read from left to right. (18 digits, no spaces.)
am 24. August 2022, 20:54 Uhr von Ennead
Changed (again...!) to fix ambiguous rules. Thanks SKORP17...
am 24. August 2022, 20:03 Uhr von SKORP17
Additionally, any digit on a line must be greater than its orthogonal neighbours.
Es gilt natürlich nicht für Nachbarn auf der Linie
am 24. August 2022, 20:00 Uhr von Ennead
Changed solution code description because I made another mistake because I am in a rush...
am 24. August 2022, 19:59 Uhr von Ennead
Changed solution code (again) to make it less silly...
am 24. August 2022, 19:51 Uhr von Ennead
Changed incorrect solution code description.