diff --git a/main.pl b/main.pl index e259bc8..09a1857 100644 --- a/main.pl +++ b/main.pl @@ -1,5 +1,5 @@ -% Two = [[0,10,9],[11,_,_],[10,_,_]], puzzle_solution(Two). -% Three = [[0,14,10,35],[14,_,_,_],[15,_,_,_],[28,_,1,_]]. +% Three = [[0,14,10,35],[14,_,_,_],[15,_,_,_],[28,_,1,_]], puzzle_solution(Three) +% Three = [[0, 14, 10, 35], [14, 7, 2, 1], [15, 3, 7, 5], [28, 4, 1, 7]]. :- use_module(library(clpfd)).