<?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/"
		>
<channel>
	<title>Comments on: Simple Constraint Programming Tutorial</title>
	<atom:link href="http://webplantmedia.com/prolog/2010/04/simple-constraint-programming-tutorial/feed/" rel="self" type="application/rss+xml" />
	<link>http://webplantmedia.com/prolog/2010/04/simple-constraint-programming-tutorial/</link>
	<description>Lubbock Web Design and Web Development</description>
	<lastBuildDate>Sat, 21 Jan 2012 08:57:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: rgreg</title>
		<link>http://webplantmedia.com/prolog/2010/04/simple-constraint-programming-tutorial/comment-page-1/#comment-4799</link>
		<dc:creator>rgreg</dc:creator>
		<pubDate>Fri, 04 Mar 2011 13:35:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.webplantmedia.com/?p=407#comment-4799</guid>
		<description>jua jua</description>
		<content:encoded><![CDATA[<p>jua jua</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kishor</title>
		<link>http://webplantmedia.com/prolog/2010/04/simple-constraint-programming-tutorial/comment-page-1/#comment-2920</link>
		<dc:creator>kishor</dc:creator>
		<pubDate>Mon, 25 Oct 2010 15:28:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.webplantmedia.com/?p=407#comment-2920</guid>
		<description>many many thanx for example....please continue providing more examples in functions</description>
		<content:encoded><![CDATA[<p>many many thanx for example&#8230;.please continue providing more examples in functions</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tarun</title>
		<link>http://webplantmedia.com/prolog/2010/04/simple-constraint-programming-tutorial/comment-page-1/#comment-2919</link>
		<dc:creator>tarun</dc:creator>
		<pubDate>Mon, 25 Oct 2010 15:17:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.webplantmedia.com/?p=407#comment-2919</guid>
		<description>thanks.. very easy coding for this program..easily understable..</description>
		<content:encoded><![CDATA[<p>thanks.. very easy coding for this program..easily understable..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ChrisB</title>
		<link>http://webplantmedia.com/prolog/2010/04/simple-constraint-programming-tutorial/comment-page-1/#comment-1280</link>
		<dc:creator>ChrisB</dc:creator>
		<pubDate>Tue, 20 Apr 2010 19:46:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.webplantmedia.com/?p=407#comment-1280</guid>
		<description>Whoa! That really fast. Is that the fastest program you came across for solving the n-queens problem? Or is that just for prolog?</description>
		<content:encoded><![CDATA[<p>Whoa! That really fast. Is that the fastest program you came across for solving the n-queens problem? Or is that just for prolog?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mat</title>
		<link>http://webplantmedia.com/prolog/2010/04/simple-constraint-programming-tutorial/comment-page-1/#comment-1278</link>
		<dc:creator>mat</dc:creator>
		<pubDate>Tue, 20 Apr 2010 15:10:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.webplantmedia.com/?p=407#comment-1278</guid>
		<description>For a constraint programming solution in (SWI-)Prolog, consider:

http://www.logic.at/prolog/queens/queens.html

It solves - for example - an 80x80 board in less than one second, try:

?- n_queens(80, Qs), labeling([ff], Qs).</description>
		<content:encoded><![CDATA[<p>For a constraint programming solution in (SWI-)Prolog, consider:</p>
<p><a href="http://www.logic.at/prolog/queens/queens.html" rel="nofollow">http://www.logic.at/prolog/queens/queens.html</a></p>
<p>It solves &#8211; for example &#8211; an 80&#215;80 board in less than one second, try:</p>
<p>?- n_queens(80, Qs), labeling([ff], Qs).</p>
]]></content:encoded>
	</item>
</channel>
</rss>

