Logic Masters Deutschland e.V.

Pentominoku for Layla

(Eingestellt am 17. September 2023, 07:49 Uhr von ibn Muhyiddin)

Rules

  • Normal sudoku rules apply
  • Tile the grid (except for the shaded central cell) in pentominos
  • Each pentomino shape is associated with a number from 1 to 9 (its pentominoku number)
    • F: 6
    • L: 2
    • N: 3
    • P: 4
    • T: 5
    • U: 8
    • V: 7
    • W: 8
    • X: 9
    • Y: 1
    • Z: 9
  • The pentominoku number must occur exactly twice in each pentomino
  • Starred cells show where some of these occurrences are
  • It is possible for other numbers to occur twice within a pentomino
  • You do not need to use all pentomino shapes
  • Pentominos of the same shape can be orthogonally adjacent

Examples of pentomino shapes together with how the numbers may occur are shown below:

Links

Play on CtC

Play on Penpa+

Play on F-puzzles

Background story

Like many people, I discovered sudoku variants through Cracking the Cryptic in 2020 when my third child was little. After my first puzzle was featured on the show, I was excited to create another new variant that combined the best of pentominous puzzles with sudoku. I eventually hit on the ruleset used for this puzzle, but was unable to create one by hand, or even show that such a puzzle existed. I realised that in order to create this puzzle I was going to have to write some software, as I did for my previous puzzle. The problem was I had no idea how to start to solve such a problem. Pentomino tiling seemed very different from sudoku and I didn't know how to solve both at the same time.

Fast forward three years. I had gotten distracted from sudoku to build a non-profit search engine, but after watching a few CtC episodes, was inspired to revisit my old idea. After a few more attempts to set it by hand, I started investigating how I could solve it computationally. Eventually I came across the exact cover problem and Donald Knuth's beautiful dancing links algorithm. It turned out that both pentomino tiling and sudoku solving could be described as an instance of this problem! I knew I would be able to solve it with this method.

As we were expecting our fourth child, Layla, it felt like I had come full circle since my first sudoku escapade, and decided to dedicate the puzzle to her. She was born a few days after I finished setting the puzzle. That was four days ago. I couldn't be more grateful for this beautiful gift that is sleeping on me now in the sling as I type.

Solver code and demo

I hope that others will be inspired to create puzzles with a similar ruleset. I personally find them quite fun to solve and I hope others do too! The solver should provide a good starting place to add other types of clues or constraints. Feel free to reach out on the CtC Discord if you want help with that, or just to let me know you enjoyed the puzzle!

Acknowledgments

The solver uses Jonathon Taylor's excellent dlxlib which saved me having to actually write my own implementation of dancing links.

I thought up the name "pentominoku" myself, but perhaps unsurprisingly it has been used before in a puzzle by Laura Taalman in 2006. I hope she will forgive me appropriating that name.

Many thanks to jmerry and kendfrey on the CtC Discord for testing the puzzle and invaluable feedback.

Lösungscode: Enter the value of the central shaded cell


Gelöst von jalebc, BlitheSolver, sternpferd, martin1456, ascension, Vebby, bernhard, Steven R, samuel1997, SSG, fjam, SudokuHero, mew_rocks, jkuo7, mse326, b413x, SKORP17, OGRussHood, QuiltyAsCharged, Jorrr2, PippoForte, Leilalu222, Uhu
Komplette Liste

Kommentare

am 15. März 2024, 16:08 Uhr von ibn Muhyiddin
Thanks for the feedback @QuiltyAsCharged - when I solved it it seemed logical, but Mark really did seem to struggle, and it's possible that I missed some possibilities too in my own solve. The testers (jmerry and kendfrey on the discord) didn't raise this issue so I thought it was ok at the time.

If I do any similar puzzles I'll make absolutely sure there is a clear logical solution.

am 14. März 2024, 22:54 Uhr von QuiltyAsCharged
This puzzle was featured on CTC yesterday. I really enjoyed the first half, but later in the puzzle there doesn't seem to be enough clues. It may be mathematically solvable, but I doubt there's a reasonable logical path to follow. If there is a good strategy, I'd love to see it.

Mark only solved it because he missed some possibilities, as discussed in the video comments.

https://youtu.be/xcq7-hwNfEw

am 14. März 2024, 03:19 Uhr von SudokuHero
5/5 puzzle just for the solution code being one digit.

am 19. September 2023, 07:10 Uhr von ibn Muhyiddin
Thanks BlitheSolver! So glad you enjoyed the puzzle.

Zuletzt geändert am 19. September 2023, 16:56 Uhr

am 19. September 2023, 05:59 Uhr von BlitheSolver
My first foray into Logic-Masters! I saw this puzzle referenced on Hacker News today. Difficult, but fair. I love how, at the outset, it looks insurmountable, but gradually yields its secrets. Well done, ibn Muhyiddin!

Schwierigkeit:4
Bewertung:83 %
Gelöst:23 mal
Beobachtet:0 mal
ID:000F6A

Pentominos

Lösung abgeben

Lösungscode:

Anmelden