Es gelten die normalen Sudoku-Regeln.
Die Ziffern müssen bei einem Thermometer vom Kolbenende aus steigen.
Graue Zellen sind Minimalzellen: Sie sind kleiner als alle ihre orthogonalen Nachbarn.
Alle minimal Kolbenende sind angegeben: wenn eine Kolbenendezelle nicht grau ist, handelt es sich nicht um eine Minimalzellen.
Lösungscode: Zeile 5 gefolgt von Spalte 5 (18 Ziffern)
am 3. August 2023, 10:52 Uhr von WatermeRen
glad to see code description updated, another puzzle added to the profile solves :)
am 1. August 2023, 01:19 Uhr von fuxia
Oh, indeed, I missed that part. :)
am 1. August 2023, 00:50 Uhr von ThithildeProuv
The code description in german was wrong. Entschuldingen Sie mich!
am 1. August 2023, 00:48 Uhr von ThithildeProuv
@fuxia You forgot the negative constraint: bulbs not grey aren't minimums
am 31. Juli 2023, 23:09 Uhr von fuxia
This puzzle isn't unique. I ended up with two deadly patterns, so I checked it with a solver: it has 5 solutions.
am 31. Juli 2023, 18:12 Uhr von ThithildeProuv
I'm so sorry!
The solution code description was wrong, it was (and is now) row 5 followed by column 5 (not 8);
(I have to pay attention when copy pasting)
am 31. Juli 2023, 08:35 Uhr von GorgeousNicko
@kporadzinski is correct - it barely matters to me whether I get to log this as completed (or anyone does), but @ThithildeProuv might care more!
am 31. Juli 2023, 01:38 Uhr von mrjide80
Code is wrong.
am 30. Juli 2023, 23:58 Uhr von WatermeRen
wrong solution code, same as previously mentioned :(
am 30. Juli 2023, 23:16 Uhr von ScatterBrain
I hope ThithildeProuv fixes the solution code!
am 30. Juli 2023, 22:40 Uhr von slowbiex
yp, solution code is wrong
am 30. Juli 2023, 22:23 Uhr von kporadzinski
There is something wrong with the code. I'm sure, that my solution is correct and after writing a code i;ve got a comment: "Oops! The solution code you entered is wrong!". As I said - I'm sure of correct solution. My 18 digits code starts from 64913 and it ends 26183. All the termomethers looks ok. All minimum bulbs issues are also correct.