Logic Masters Deutschland e.V.

Waterfall Sudoku

(Eingestellt am 1. Mai 2021, 08:29 Uhr von XDuncan)

Water is falling from the sky! Quick, put out a bunch of buckets so none falls on the ground.

Sudoku rules apply.
The numbers above the puzzle represent the value of streams. Streams fall straight down until they encounter a number less than the stream. When ever a stream encounters a number less than the value of the stream, the value of the cell is subtracted for the stream. If the value of the cell is equal to the stream, the stream is terminated. The remaining value of the stream is divided in half and continues to both bottom corners of the cell. If a cell is against the very edge of a puzzle, all of the remaining stream is directed to the inside corner of the cell. If a stream encounters a cell that would split it to have uneven streams that number is not allowed. When two streams intersect their values add. All streams must be terminated before they reach the bottom.

Anti-knight: numbers cannot appear in the same 3x3 area.
example:

puzzle:

https://f-puzzles.com/?id=ye63k5k8

Lösungscode: column 5 followed by row 4.

Zuletzt geändert am 1. Mai 2021, 09:37 Uhr

Gelöst von hepcecob, FischmitFahrrad
Komplette Liste

Kommentare

am 18. Januar 2024, 02:15 Uhr von FischmitFahrrad
Really like the rule set, so I did put quite some time into this solve. The puzzle has some really nice logic in the beginning (but definitely not 3*, because of the complexitiy of the rules I'd even say 5*).
Unfortunately the puzzle is broken with one stream leaving the grid at the bottom.

am 7. Dezember 2023, 22:10 Uhr von hepcecob
GET ON MY LEVEL N00BZ!!! 2.5 years unsolved.

The real rule is anti-king (not anti knight). The example ignores this. The rules also don't really make it clear that the waterfalls, when join, they add up. Ontop of this there is another mistake in the example, where the 2 and 4 combine in to the 6 (top right corner), and go ontop of the 4, it should've moved moved left with the 2.

am 8. November 2023, 15:53 Uhr von NGeorgescu
I tried a brute-force solution using python, and (if I understand the rules correctly) did not get a working solution. It's basically a standard sudoku solver but you just add an additional check that it satisfies the waterfall condition, so if you're using a backtracking algorithm then the possible boards at each step has this additional filter.

Zuletzt geändert am 10. Februar 2023, 12:36 Uhr

am 10. Februar 2023, 12:35 Uhr von AstralSky
Basing on my understanding, I have reached the first 4 rows like this:

123456789
?8?219??3
4953??162
???6?5?3?

and all waterfalls fulfilled but puzzle still get a lot solutions.

So, either puzzle is broken or the rules need to be further specified.

Zuletzt geändert am 10. Februar 2023, 11:35 Uhr

am 10. Februar 2023, 11:30 Uhr von AstralSky
The ruleset means, If stream value > cell value, subtract cell value from it and their difference must be even in order to split streams into two equal parts.(Unless on col 1&9 because they don't require a even distribution of stream). Split that number in half and those halves go to their adjacent columns and streams converge if met.(Unless in column 1&9). If stream value = cell value stream is absorbed and terminates. If stream value < cell value stream just skip the cell and go to next until finally meeting the > or
= circumstances.

if that's so how's this 3 stars though.
There seem to be a million cases how the streams would be splitting to keep going. I can't find a way to handle those cases.. I liked the idea though it seems to be overcomplex.

Some hints and clarification on anti knight part(whether it exist) appreciated.

am 31. August 2021, 23:57 Uhr von uvo_mod
Label "Online Solving Tool" ergänzt.

am 1. Mai 2021, 23:09 Uhr von DanMeehan
I'm unclear as to how to derive the value of the stream. Maybe if you go through the calculations for them using some columns in the example?
Thanks!

Zuletzt geändert am 1. Mai 2021, 12:29 Uhr

am 1. Mai 2021, 12:08 Uhr von SKORP17
Ich verstehe weder die Regeln noch das Beispiel

am 1. Mai 2021, 09:37 Uhr von XDuncan
added example

am 1. Mai 2021, 08:39 Uhr von XDuncan
clarified rules

am 1. Mai 2021, 08:29 Uhr von XDuncan
title

Schwierigkeit:3
Bewertung:N/A
Gelöst:2 mal
Beobachtet:7 mal
ID:00064L

Rätselvariante Online-Solving-Tool

Lösung abgeben

Lösungscode:

Anmelden