Is it true that every 9 cell region without repeated digits must add to 45? Or conversely must every 45 sum region without repeated digits have 9 cells?
Place the digits 0-9 in the grid so that every row, column, and 3x3 box contains every digit exactly once. To enable this, there is a single Schrödinger cell (S-cell) in each row, column and box, containing two different digits.
Digits in a cage cannot repeat and must sum to the total in the top left corner. If S-cell or multiple S-cells are inside a cage, both digits are summed as independent single digit numbers and neither digit can repeat anywhere else in the cage. E.g. S-cell with [1/2] counts as 1+2 = 3 towards the cage total and digits 1 or 2 can't appear elsewhere in the cage.
The clue outside the grid gives the sum of the digits along the indicated diagonal. Digits may repeat on the diagonal if allowed by other rules. If S-cell or multiple S-cells are on the diagonal, they are summed as independent single digit numbers.
White dots join consecutive digits. Black dots join digits in a 1:2 ratio. Not all dots are given. If S-cell in connected with a dot, both digits must satisfy constraint separately.
Play this puzzle on CtC web app.
Image below shows an example of notation I use. You may find some other notation more useful, for example pen tool. Try it yourself.
Solution code: Row 1 followed by column 8, no spaces
on 14. December 2022, 05:54 by lepton
Added example on notation