Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #19520 > unrolled thread

Re: constraint based killer sudoku solver performance improvements

Started by"Frank Millman" <frank@chagford.com>
First post2012-01-27 08:57 +0200
Last post2012-01-27 08:57 +0200
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: constraint based killer sudoku solver performance improvements "Frank Millman" <frank@chagford.com> - 2012-01-27 08:57 +0200

#19520 — Re: constraint based killer sudoku solver performance improvements

From"Frank Millman" <frank@chagford.com>
Date2012-01-27 08:57 +0200
SubjectRe: constraint based killer sudoku solver performance improvements
Message-ID<mailman.5153.1327647447.27778.python-list@python.org>
"Blockheads Oi Oi" <breamoreboy@yahoo.co.uk> wrote:

>I have a working program based on [1] that sets up all different 
>constraints for each row, column and box and then sets exact sum 
>constraints for each cage.  It'll run in around 0.2 secs for a simple 
>problem, but a tough one takes 2 hours 45 minutes.  I did some research 
>into improving the performance and found [2] but can't work out how to 
>implement the constraints given.  Can someone please help, assuming that 
>it's even possible.
>
> [1] http://pypi.python.org/pypi/python-constraint/1.1
> [2] http://4c.ucc.ie/~hsimonis/sudoku.pdf

I don't have an answer, but are you aware of this -

http://www.ics.uci.edu/~eppstein/PADS/Sudoku.py

It is a sudoko solver written in pure python.

I don't know what you call a tough problem, but this one solves the hardest 
one I have thrown at it in the blink of an eye. It also outputs a full trace 
of  the reasoning it used to arrive at a solution.

Frank Millman


[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web