Two-case was incorrect, rely only on three-case

This commit is contained in:
wi11-holdsworth 2025-08-26 21:34:56 +10:00
parent 13003270c4
commit 61661e7d25

View file

@ -1,5 +1,5 @@
% Two = [[0,10,9],[11,_,_],[10,_,_]], puzzle_solution(Two). % Three = [[0,14,10,35],[14,_,_,_],[15,_,_,_],[28,_,1,_]], puzzle_solution(Three)
% Three = [[0,14,10,35],[14,_,_,_],[15,_,_,_],[28,_,1,_]]. % Three = [[0, 14, 10, 35], [14, 7, 2, 1], [15, 3, 7, 5], [28, 4, 1, 7]].
:- use_module(library(clpfd)). :- use_module(library(clpfd)).