Re: The road to Artificial Intelligence

Liste des GroupesRevenir à cl prolog 
Sujet : Re: The road to Artificial Intelligence
De : janburse (at) *nospam* fastmail.fm (Mild Shock)
Groupes : comp.lang.prolog
Date : 24. Mar 2024, 19:26:20
Autres entêtes
Message-ID : <utpnnq$1p6qe$1@solani.org>
References : 1 2 3 4 5 6
User-Agent : Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Firefox/91.0 SeaMonkey/2.53.18.1
Is 3 seconds even enough to generate
unique Sudokus? How many trials would be
needed? The uniqueness problem
seems to have no useful reduction,
already the question whether a partial
latin square has a unique solution
is NP complete?
Finding Another Solution
T. Yato & T. Seta - 2002
https://academic.timwylie.com/17CSCI4341/sudoku.pdf
Mild Shock schrieb:
Now I have the feeling there are no difficult 9x9
Sudokus for the computer. At least not for computers
running SWI-Prolog and using CLP(FD) with the global
constraint all_distinct/1.
 I was fishing among the 17-clue Sudokus, and the
hardest I could find so far was this one:
 /* Gordon Royle #3668 */
problem(11,[[_,_,_,_,_,_,_,_,_],
             [_,_,_,_,_,_,_,1,2],
             [_,_,3,_,_,4,_,_,_],
             [_,_,_,_,_,_,_,_,3],
             [_,1,_,2,5,_,_,_,_],
             [6,_,_,_,_,_,7,_,_],
             [_,_,_,_,2,_,_,_,_],
             [_,_,7,_,_,_,4,_,_],
             [5,_,_,1,6,_,_,8,_]]).
 But SWI-Prolog still does it in around 3 seconds.
SWI-Prolog does other 17-clue Sudokus in less than 100ms.
 Are there any 17-clue Sudokus that take more time?

Date Sujet#  Auteur
16 Mar 24 * Re: The road to Artificial Intelligence5Mild Shock
16 Mar 24 `* Re: The road to Artificial Intelligence4Mild Shock
24 Mar 24  `* Re: The road to Artificial Intelligence3Mild Shock
24 Mar 24   `* Re: The road to Artificial Intelligence2Mild Shock
25 Mar 24    `- Re: The road to Artificial Intelligence1Mikko

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal