Normal sudoku rules apply.
There are nine Missing cells in the grid, exactly one in each row, column and marked 3x3 box and filled with a complete set of the digits 1-9. The value of a Missing cell is "missing" and it will never be part of a binary constraint.
Binary constraints:
Digits separated by a white dot are consecutive.
Digits separated by a black dot have a 1:2 ratio, meaning one is exactly double the other.
Digits separated by a V must sum to 5. V is the roman numeral for 5.
Digits separated by an X must sum to 10. X is the roman numeral for 10.
Some but not all unambiguous binary constraints are shown. An ambiguous binary constraint is one where two or more binary constraints would be true, and these would never be shown or counted. On the edges between 3x3 grid blocks there are NO binary constraints, either ambiguous or unambiguous.
Every 3x3 box has the same number of unambiguous binary constraints. It is up to the solver to determine this number.
Lösungscode: Give the nine digits in order from top to bottom for column 3 followed by the nine Missing digits in order from Box 1 to Box 9.
am 21. Oktober 2024, 07:48 Uhr von NotThatItMatters
Added the Missing digit requirement to the Solution Code.
am 20. Oktober 2024, 04:09 Uhr von Tinnifer
This is really a rather remarkable puzzle. It took me a while until I fully grasped the ruleset and I made a few errors along the way but I enjoyed that a lot!