| View previous topic :: View next topic |
| Author |
Message |
its_brew
Joined: 10 Dec 2007 Posts: 1
|
Posted: Tue Dec 11, 2007 3:38 am Post subject: sudoku Prolog |
|
|
Hi bruno, im sorry if this is in the wrong section of your website, But im doing an assignment on prolog and must create a prolog style sudoku solver that will be able to fully function using a 6x6 grid (numbers 1-6). Unfortunately ive been on sick leave from college and therefore my prolog experience is limited. Do you have any sample code of which i could try grasp a decent understanding of, if you do it would be greatly appreciated.
Thanks in advance.
Ian (its_brew ) |
|
| Back to top |
|
BrunoG Site Admin
Joined: 22 Nov 2005 Posts: 636
|
Posted: Wed Dec 12, 2007 11:42 pm Post subject: |
|
|
Hi Ian, yes it is the good place.
I have many requests about the sudoku solver prolog source code !
It's a long time since I planned to release it, but it is still not done due to lack of time : the prolog source code is a part of a PERL CGI and needs some cleanings and adjustments to be used as a stand-alone program.
I will do it anyway but I can't say exactly when
By the way, don't expect something inventive : the solver is using mostly brute force to parse matching combinations  _________________ BrunoG, Administrator |
|
| Back to top |
|
|