Re: SWI Prolog Sudoku



JJ schreef:
Hi, i'm new to prolog and i have to write a sudoku solver 2x2 and 9x9
for a class as a final project, can anyone tell me how do i do
that???? i read a tutotial online but i doen'st even tell me how to
make the grid or the rows and columns or how to put the values in it.
I got some code from the internet but everytime i try to run int it
gives me this error: Undefined procedure: domain/3. So is either i
don't know how to run it or there's something wrong with the file.

Thank you

It looks strange to me that someone asks you to write a 9*9 Sudoku solver without doing some simpler exercises before...
.