[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: Sudoku stylesheet

Subject: Re: Sudoku stylesheet
From: Andrew Franz <afranz0@xxxxxxxxxxxxxxxx>
Date: Tue, 14 Feb 2006 08:14:08 +1100
andrew franz
andrew welch wrote:

On 2/13/06, Michael Kay <mike@xxxxxxxxxxxx> wrote:


The reason why this is so hard with XSLT is because you can't update
variables, which rules out Backtracking.


No: my knight's tour stylesheet does backtracking quite happily. The two
problems seem conceptually quite similar. The main difficulty in both cases
is that each "move" involves a small change to a fairly large data
structure, which can be quite inefficient since it's likely that the entire
structure will be copied. For this reason in the knight's tour the most
efficient solution was the one that represented the entire board as a single
string value, and I suspect this might also be the most efficient
representation of a SuDoKu board.

You need to have enough stack available to handle the maximum number of
moves recursively, but at 81 that shouldn't be too difficult.



Yes I thought of your Knights Tour stylesheet as I wrote that - the crucial difference for me is that Backtracking involves unwinding the stack and carrying on with a different value, whereas in XSLT you can't unwind the stack - there is no *back* tracking as such - you just carry on from the same point (which is why you need all that stack).

I think I have my pedant hat on, with lots of split hairs hanging out
the back....





Both are NP-complete problems (http://en.wikipedia.org/wiki/Mathematics_of_Sudoku) and should be vulnerable to the same type of solution. I would say that the biggest problem is data/representation.

(I have partially solved it with Excel/VBA using a procedural algorithm)

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.