<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" 	>
<channel>
	<title>Comments on: Puzzle Quest Solver</title>
	<atom:link href="http://rumsey.org/blog/2007/04/puzzle-quest-solver/feed/" rel="self" type="application/rss+xml" />
	<link>http://rumsey.org/blog/2007/04/puzzle-quest-solver/</link>
	<description>smash</description>
	<lastBuildDate>Wed, 04 Aug 2010 14:52:34 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: bicsta</title>
		<link>http://rumsey.org/blog/2007/04/puzzle-quest-solver/comment-page-1/#comment-52220</link>
		<dc:creator>bicsta</dc:creator>
		<pubDate>Tue, 24 Feb 2009 20:16:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.rumsey.org/blog/?p=20#comment-52220</guid>
		<description>Hey, great idea.  I like your style

:)</description>
		<content:encoded><![CDATA[<p>Hey, great idea.  I like your style</p>
<p> <img src='http://rumsey.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sumrnot</title>
		<link>http://rumsey.org/blog/2007/04/puzzle-quest-solver/comment-page-1/#comment-46407</link>
		<dc:creator>Sumrnot</dc:creator>
		<pubDate>Sun, 25 Jan 2009 15:03:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.rumsey.org/blog/?p=20#comment-46407</guid>
		<description>OK here&#039;s the link

http://www.summerhayes.ca/projects/PQSolver.zip

Just unzip and run the installer.

To setup a position, click &#039;edit board&#039;, &#039;clear board&#039;
select the piece type and left click where you want it
to be (right-click to clear a square).</description>
		<content:encoded><![CDATA[<p>OK here&#8217;s the link</p>
<p><a href="http://www.summerhayes.ca/projects/PQSolver.zip" rel="nofollow">http://www.summerhayes.ca/projects/PQSolver.zip</a></p>
<p>Just unzip and run the installer.</p>
<p>To setup a position, click &#8216;edit board&#8217;, &#8216;clear board&#8217;<br />
select the piece type and left click where you want it<br />
to be (right-click to clear a square).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sumrnot</title>
		<link>http://rumsey.org/blog/2007/04/puzzle-quest-solver/comment-page-1/#comment-45803</link>
		<dc:creator>Sumrnot</dc:creator>
		<pubDate>Mon, 19 Jan 2009 15:22:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.rumsey.org/blog/?p=20#comment-45803</guid>
		<description>Oops, haven&#039;t checked back here in a while. I will put get everything together and post a link in the next few days.

As for the adaptive cache,as the program searches for a solution, it saves positions that failed to lead to a result (and required searching deeper) to the cache. Any position is checked first by the preemptive logic, which tries to prove that the position is unsolvable. It also attempts to break the position into subproblems when possible. Then the position is checked to see if it is in the cache before commiting to a deeper search. Since the search space is too large to keep a complete history, at certain points it has to eliminate positions from the cache. Built several different strategies into the program to determine which to keep and which to discard.</description>
		<content:encoded><![CDATA[<p>Oops, haven&#8217;t checked back here in a while. I will put get everything together and post a link in the next few days.</p>
<p>As for the adaptive cache,as the program searches for a solution, it saves positions that failed to lead to a result (and required searching deeper) to the cache. Any position is checked first by the preemptive logic, which tries to prove that the position is unsolvable. It also attempts to break the position into subproblems when possible. Then the position is checked to see if it is in the cache before commiting to a deeper search. Since the search space is too large to keep a complete history, at certain points it has to eliminate positions from the cache. Built several different strategies into the program to determine which to keep and which to discard.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: puzzled</title>
		<link>http://rumsey.org/blog/2007/04/puzzle-quest-solver/comment-page-1/#comment-42708</link>
		<dc:creator>puzzled</dc:creator>
		<pubDate>Wed, 31 Dec 2008 20:29:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.rumsey.org/blog/?p=20#comment-42708</guid>
		<description>Well, googling OGRE LORD brings you here... and there are solutions to other things...

Might there be a solution for maybe...

The Ogre Lord puzzle?

&gt;&lt;</description>
		<content:encoded><![CDATA[<p>Well, googling OGRE LORD brings you here&#8230; and there are solutions to other things&#8230;</p>
<p>Might there be a solution for maybe&#8230;</p>
<p>The Ogre Lord puzzle?</p>
<p>&gt;&lt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raspa</title>
		<link>http://rumsey.org/blog/2007/04/puzzle-quest-solver/comment-page-1/#comment-11431</link>
		<dc:creator>Raspa</dc:creator>
		<pubDate>Wed, 28 May 2008 09:56:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.rumsey.org/blog/?p=20#comment-11431</guid>
		<description>Hey, I&#039;m working on a solver aswell. I&#039;m doing this on my freetime, so it might take a while. Currently I&#039;m doing it in java, but maybe i&#039;ll port it to processing to put it in a webpage.

I&#039;m still missing the handling of wildcards and 5xskuls, but if the problem doesn&#039;t have neither, it finishes in about 1-2 seconds. (it doesn&#039;t stop when the solution is found, so that&#039;s the time to search all the solutions space)

I&#039;ll probaby finish the first version, this week or so, and i&#039;ll share it to the world.

Sumrnot, what do you mean by: adaptive cache of about 140,000 positions.</description>
		<content:encoded><![CDATA[<p>Hey, I&#8217;m working on a solver aswell. I&#8217;m doing this on my freetime, so it might take a while. Currently I&#8217;m doing it in java, but maybe i&#8217;ll port it to processing to put it in a webpage.</p>
<p>I&#8217;m still missing the handling of wildcards and 5xskuls, but if the problem doesn&#8217;t have neither, it finishes in about 1-2 seconds. (it doesn&#8217;t stop when the solution is found, so that&#8217;s the time to search all the solutions space)</p>
<p>I&#8217;ll probaby finish the first version, this week or so, and i&#8217;ll share it to the world.</p>
<p>Sumrnot, what do you mean by: adaptive cache of about 140,000 positions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://rumsey.org/blog/2007/04/puzzle-quest-solver/comment-page-1/#comment-9418</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Tue, 06 May 2008 14:26:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.rumsey.org/blog/?p=20#comment-9418</guid>
		<description>Sumrnot, i&#039;m really interested in your project, please post a link. Ogre&#039;s code works perfectly, but it takes long time filling the text file.

Thanks,

Dave</description>
		<content:encoded><![CDATA[<p>Sumrnot, i&#8217;m really interested in your project, please post a link. Ogre&#8217;s code works perfectly, but it takes long time filling the text file.</p>
<p>Thanks,</p>
<p>Dave</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sumrnot</title>
		<link>http://rumsey.org/blog/2007/04/puzzle-quest-solver/comment-page-1/#comment-4895</link>
		<dc:creator>Sumrnot</dc:creator>
		<pubDate>Tue, 04 Mar 2008 03:18:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.rumsey.org/blog/?p=20#comment-4895</guid>
		<description>Well, it&#039;s nice to see someone else interested in writing a solver. I&#039;m getting close to releasing a beta (exe only) myself. 

Featuring: (drum roll)
 - GUI (win 2000,nt,xp) uses MaskBlt Not sure about Vista.
   No Linux yet.
 - adaptive cache of about 140,000 positions
 - preemptive testing to cut down search space
 - animation (Dammit,Jim. I&#039;m a programmer. not an artist)

Give me about a week to track down some bugs and finish in-house, and if anyone&#039;s interested I&#039;ll post a link.</description>
		<content:encoded><![CDATA[<p>Well, it&#8217;s nice to see someone else interested in writing a solver. I&#8217;m getting close to releasing a beta (exe only) myself. </p>
<p>Featuring: (drum roll)<br />
 &#8211; GUI (win 2000,nt,xp) uses MaskBlt Not sure about Vista.<br />
   No Linux yet.<br />
 &#8211; adaptive cache of about 140,000 positions<br />
 &#8211; preemptive testing to cut down search space<br />
 &#8211; animation (Dammit,Jim. I&#8217;m a programmer. not an artist)</p>
<p>Give me about a week to track down some bugs and finish in-house, and if anyone&#8217;s interested I&#8217;ll post a link.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Morkatron</title>
		<link>http://rumsey.org/blog/2007/04/puzzle-quest-solver/comment-page-1/#comment-4505</link>
		<dc:creator>Morkatron</dc:creator>
		<pubDate>Sun, 24 Feb 2008 21:14:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.rumsey.org/blog/?p=20#comment-4505</guid>
		<description>Oh and I am using a XP pro OS corporate if that matters...</description>
		<content:encoded><![CDATA[<p>Oh and I am using a XP pro OS corporate if that matters&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Morkatron</title>
		<link>http://rumsey.org/blog/2007/04/puzzle-quest-solver/comment-page-1/#comment-4504</link>
		<dc:creator>Morkatron</dc:creator>
		<pubDate>Sun, 24 Feb 2008 21:13:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.rumsey.org/blog/?p=20#comment-4504</guid>
		<description>I too am attempting to use the solver with no luck. I have typed &quot;pqsolver sandworm.pq &gt;&gt;test.txt&quot; at the cmd prompt and I receive the msg &quot;the system cannot execute the specified program&quot;  Any suggestions?

Thanks</description>
		<content:encoded><![CDATA[<p>I too am attempting to use the solver with no luck. I have typed &#8220;pqsolver sandworm.pq &gt;&gt;test.txt&#8221; at the cmd prompt and I receive the msg &#8220;the system cannot execute the specified program&#8221;  Any suggestions?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: whoozle</title>
		<link>http://rumsey.org/blog/2007/04/puzzle-quest-solver/comment-page-1/#comment-2674</link>
		<dc:creator>whoozle</dc:creator>
		<pubDate>Sun, 02 Dec 2007 17:38:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.rumsey.org/blog/?p=20#comment-2674</guid>
		<description>troll.pq: 

..g..g..
..rmrr..
.gmgmmg.
sgrxyrgs
sybxbbys
bbgmggbb
syrxyrys
syrmyrys

consumes 100% cpu and hang for a long time :( I&#039;ve successfully solved orclord,orcmage with pqsolver, thanks :)</description>
		<content:encoded><![CDATA[<p>troll.pq: </p>
<p>..g..g..<br />
..rmrr..<br />
.gmgmmg.<br />
sgrxyrgs<br />
sybxbbys<br />
bbgmggbb<br />
syrxyrys<br />
syrmyrys</p>
<p>consumes 100% cpu and hang for a long time <img src='http://rumsey.org/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  I&#8217;ve successfully solved orclord,orcmage with pqsolver, thanks <img src='http://rumsey.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
