In addition, XV Sudoku rules apply to this grid. Diamonds have been placed in the grid where the cells directly adjacent to them sum to 10 (X) or 5 (V). If the digits next to a diamond sum to 5 (V), the loop MUST pass through the diamond. If the sum of the digits is 10 (X), they act as an X would in a slitherlink puzzle, and the slitherlink loop does NOT pass through them. Note that there is a negative constraint: cells that don’t have a diamond between them do not sum to 5 or 10.
Solution code: Starting from the top row down going from left to right, list the digits in cells that aren't adjacent to any parts of the loop (aka cells that would normally have a zero in them in slitherlink).
on 15. May 2021, 21:26 by DukeBG
Loved the puzzle!
on 19. October 2020, 20:55 by purple people eater
Changed appearance of the puzzle because of feedback received from solvers.
on 19. October 2020, 20:15 by bob
I really enjoyed this combination. Only problem for me was confusing notation (I am a pencil and paper solver). Maybe little circles would be better than double lines. Look forward to next creation, thanks
on 22. September 2020, 05:38 by purple people eater
Penpa link updated.