<?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></description>
	<lastBuildDate>Sun, 06 Nov 2011 22:52:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<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>
	<item>
		<title>By: Arnar Æ</title>
		<link>http://rumsey.org/blog/2007/04/puzzle-quest-solver/comment-page-1/#comment-2668</link>
		<dc:creator>Arnar Æ</dc:creator>
		<pubDate>Fri, 30 Nov 2007 10:18:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.rumsey.org/blog/?p=20#comment-2668</guid>
		<description>Hi

I am trying to use the pqsolver with limited success.

i use command prompt on Win XP and type
&quot;pqsolver sandworm.pq &gt;&gt;test.txt&quot;

but it stalls no error and does not stop until I break it.
Any suggestions?

Reg.
Arnar Æ</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>I am trying to use the pqsolver with limited success.</p>
<p>i use command prompt on Win XP and type<br />
&#8220;pqsolver sandworm.pq &gt;&gt;test.txt&#8221;</p>
<p>but it stalls no error and does not stop until I break it.<br />
Any suggestions?</p>
<p>Reg.<br />
Arnar Æ</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ogre</title>
		<link>http://rumsey.org/blog/2007/04/puzzle-quest-solver/comment-page-1/#comment-2574</link>
		<dc:creator>Ogre</dc:creator>
		<pubDate>Fri, 09 Nov 2007 18:38:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.rumsey.org/blog/?p=20#comment-2574</guid>
		<description>Thanks, Nige!  Source and executable have been updated.</description>
		<content:encoded><![CDATA[<p>Thanks, Nige!  Source and executable have been updated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nige</title>
		<link>http://rumsey.org/blog/2007/04/puzzle-quest-solver/comment-page-1/#comment-2568</link>
		<dc:creator>Nige</dc:creator>
		<pubDate>Wed, 07 Nov 2007 23:51:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.rumsey.org/blog/?p=20#comment-2568</guid>
		<description>I&#039;ll try that again

for(y = yc -1; y &lt;= yc + 1; y++)</description>
		<content:encoded><![CDATA[<p>I&#8217;ll try that again</p>
<p>for(y = yc -1; y &lt;= yc + 1; y++)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

