Bram28 / LEGUP

Logic Engine for Grid-Using Puzzles - a better way to learn formal logic
GNU Affero General Public License v3.0
2 stars 8 forks source link

Nurikabe: Black Between Regions #70

Closed AaronPerl closed 9 years ago

AaronPerl commented 9 years ago

Black between regions rule returns an error unless both white tiles being separated have numbers on them, even if they are part of a region that has a number in it. legup_issue_nurikabe

mmellone commented 9 years ago

I rewrote this rule using contradictions as we did for black and white bottle neck. It appears to be working now, but lets just test it a little more before we close this issue.

Here is my commit that hopefully solved it: 75677df02678b424567aed5cc83816f6c8a54f66

Bram28 commented 9 years ago

Seems to work! Thanks!