Two-case was incorrect, rely only on three-case
This commit is contained in:
parent
13003270c4
commit
61661e7d25
1 changed files with 2 additions and 2 deletions
4
main.pl
4
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)).
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue