dclamage/SudokuSolver

Implement Constraint: Double Arrow

Opened this issue · 1 comments

A double arrow is two circles connected by a line where the sum of the digits in the circles and the sum of the digits on along the line between the circles must be the same. Double arrows can share circles with one another as in between lines/etc.

https://logic-masters.de/Raetselportal/Raetsel/zeigen.php?id=0007MX

As an FYI, I've implemented the backend logic for this in my fork. When I have the time I'll make a proper PR to this repo