<?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"
	>
<channel>
	<title>Comments on: Sudoku as a SAT problem</title>
	<atom:link href="http://eli.thegreenplace.net/2007/04/08/sudoku-as-a-sat-problem/feed/" rel="self" type="application/rss+xml" />
	<link>http://eli.thegreenplace.net/2007/04/08/sudoku-as-a-sat-problem/</link>
	<description>Eli Bendersky's personal website</description>
	<pubDate>Thu, 04 Dec 2008 02:38:29 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: eliben</title>
		<link>http://eli.thegreenplace.net/2007/04/08/sudoku-as-a-sat-problem/#comment-129503</link>
		<dc:creator>eliben</dc:creator>
		<pubDate>Fri, 05 Sep 2008 05:25:52 +0000</pubDate>
		<guid isPermaLink="false">http://eli.thegreenplace.net/2007/04/08/sudoku-as-a-sat-problem/#comment-129503</guid>
		<description>Loi,

Start with Wikipedia: http://en.wikipedia.org/wiki/Boolean_satisfiability_problem</description>
		<content:encoded><![CDATA[<p>Loi,</p>
<p>Start with Wikipedia: <a href="http://en.wikipedia.org/wiki/Boolean_satisfiability_problem" rel="nofollow">http://en.wikipedia.org/wiki/Boolean_satisfiability_problem</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Loi</title>
		<link>http://eli.thegreenplace.net/2007/04/08/sudoku-as-a-sat-problem/#comment-129316</link>
		<dc:creator>Loi</dc:creator>
		<pubDate>Thu, 04 Sep 2008 08:38:32 +0000</pubDate>
		<guid isPermaLink="false">http://eli.thegreenplace.net/2007/04/08/sudoku-as-a-sat-problem/#comment-129316</guid>
		<description>can u give a good reference for satisfiability problem?
this is because i have to report for this and i want to have a thorough understanding on it first</description>
		<content:encoded><![CDATA[<p>can u give a good reference for satisfiability problem?<br />
this is because i have to report for this and i want to have a thorough understanding on it first</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: I like sudoku</title>
		<link>http://eli.thegreenplace.net/2007/04/08/sudoku-as-a-sat-problem/#comment-80245</link>
		<dc:creator>I like sudoku</dc:creator>
		<pubDate>Wed, 24 Oct 2007 04:17:18 +0000</pubDate>
		<guid isPermaLink="false">http://eli.thegreenplace.net/2007/04/08/sudoku-as-a-sat-problem/#comment-80245</guid>
		<description>Sudoku is very funny</description>
		<content:encoded><![CDATA[<p>Sudoku is very funny</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eliben</title>
		<link>http://eli.thegreenplace.net/2007/04/08/sudoku-as-a-sat-problem/#comment-50294</link>
		<dc:creator>eliben</dc:creator>
		<pubDate>Wed, 25 Apr 2007 19:37:28 +0000</pubDate>
		<guid isPermaLink="false">http://eli.thegreenplace.net/2007/04/08/sudoku-as-a-sat-problem/#comment-50294</guid>
		<description>Phil,

I don't implement the resolution in my SAT solving code, because the data structure I currently use makes it very inefficient. My SAT solving code is trivial, and the data structure is trivial - a mere array of arrays. Real SAT solvers keep separate track for each literal of its appearances. Then, resolution can be actually applied efficiently.</description>
		<content:encoded><![CDATA[<p>Phil,</p>
<p>I don&#8217;t implement the resolution in my SAT solving code, because the data structure I currently use makes it very inefficient. My SAT solving code is trivial, and the data structure is trivial - a mere array of arrays. Real SAT solvers keep separate track for each literal of its appearances. Then, resolution can be actually applied efficiently.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil</title>
		<link>http://eli.thegreenplace.net/2007/04/08/sudoku-as-a-sat-problem/#comment-50289</link>
		<dc:creator>Phil</dc:creator>
		<pubDate>Wed, 25 Apr 2007 18:39:09 +0000</pubDate>
		<guid isPermaLink="false">http://eli.thegreenplace.net/2007/04/08/sudoku-as-a-sat-problem/#comment-50289</guid>
		<description>Looking at the code, where do you perform the rule 3 resolution?</description>
		<content:encoded><![CDATA[<p>Looking at the code, where do you perform the rule 3 resolution?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sick_oscar</title>
		<link>http://eli.thegreenplace.net/2007/04/08/sudoku-as-a-sat-problem/#comment-48446</link>
		<dc:creator>sick_oscar</dc:creator>
		<pubDate>Sun, 08 Apr 2007 10:23:23 +0000</pubDate>
		<guid isPermaLink="false">http://eli.thegreenplace.net/2007/04/08/sudoku-as-a-sat-problem/#comment-48446</guid>
		<description>very good point!</description>
		<content:encoded><![CDATA[<p>very good point!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
