<?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: Constraint programming in Python</title>
	<atom:link href="http://uswaretech.com/blog/2009/03/constraint-programming-in-python/feed/" rel="self" type="application/rss+xml" />
	<link>http://uswaretech.com/blog/2009/03/constraint-programming-in-python/</link>
	<description>Building Amazing Webapps</description>
	<lastBuildDate>Wed, 10 Mar 2010 01:38:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: seo</title>
		<link>http://uswaretech.com/blog/2009/03/constraint-programming-in-python/comment-page-1/#comment-3363</link>
		<dc:creator>seo</dc:creator>
		<pubDate>Thu, 14 Jan 2010 02:17:10 +0000</pubDate>
		<guid isPermaLink="false">http://uswaretech.com/blog/?p=199#comment-3363</guid>
		<description>&lt;p&gt;seo（搜索引擎優化）是我們主要業務，為大型企業網絡提供SEO搜尋引擎最佳化解決方案；數千家中大型企業網站營銷策劃經驗，提供企業SEO培訓，整站優化方案制定，整站優化實施，百度網站收錄恢復，網站重構壹條龍服務&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>seo（搜索引擎優化）是我們主要業務，為大型企業網絡提供SEO搜尋引擎最佳化解決方案；數千家中大型企業網站營銷策劃經驗，提供企業SEO培訓，整站優化方案制定，整站優化實施，百度網站收錄恢復，網站重構壹條龍服務</p>]]></content:encoded>
	</item>
	<item>
		<title>By: hthought</title>
		<link>http://uswaretech.com/blog/2009/03/constraint-programming-in-python/comment-page-1/#comment-1798</link>
		<dc:creator>hthought</dc:creator>
		<pubDate>Tue, 19 May 2009 18:55:49 +0000</pubDate>
		<guid isPermaLink="false">http://uswaretech.com/blog/?p=199#comment-1798</guid>
		<description>&lt;p&gt;Great python tutorial, it&#039;s nice to learn more about our favorite language.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Great python tutorial, it&#8217;s nice to learn more about our favorite language.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: ryan</title>
		<link>http://uswaretech.com/blog/2009/03/constraint-programming-in-python/comment-page-1/#comment-269</link>
		<dc:creator>ryan</dc:creator>
		<pubDate>Sat, 07 Mar 2009 22:33:08 +0000</pubDate>
		<guid isPermaLink="false">http://uswaretech.com/blog/?p=199#comment-269</guid>
		<description>&lt;p&gt;This is very interesting and nicely written Python examples of this. python-constraints is fun!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>This is very interesting and nicely written Python examples of this. python-constraints is fun!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: akaJ</title>
		<link>http://uswaretech.com/blog/2009/03/constraint-programming-in-python/comment-page-1/#comment-256</link>
		<dc:creator>akaJ</dc:creator>
		<pubDate>Sat, 07 Mar 2009 01:47:38 +0000</pubDate>
		<guid isPermaLink="false">http://uswaretech.com/blog/?p=199#comment-256</guid>
		<description>&lt;p&gt;I know about constraint programming. It&#039;s just a way to get some interresting output by feeding the beast the proper variables et cetera... but hell I don&#039;t see any problem that could be usefull to be solved that way and that I would get an application with it online... the sudoko is the &lt;em&gt;only&lt;/em&gt; (among other math games) to be an entertaning example.&lt;/p&gt;

&lt;p&gt;Could I use, this to get a 3D projections of my articles on 3 axes that sould be some sort of the three best combinaisons of tags which forms the best space to get the best &quot;filling&quot; on my data ? (I&#039;m wondering is there a simple solution for that using CP)&lt;/p&gt;

&lt;p&gt;Let&#039;s assume now that I want to find an article in the same database of tagged articles but with a 2D navigation, it should not take me more than five screen to get to my article. On each screen, I have to select a group au tags and in the 6th (or sooner) I should be able to select my article among 10.&lt;/p&gt;

&lt;p&gt;I don&#039;t know if I made my point. Getting new way to navigate data is completly useless, guetting the result of sudoko could comes to be handy rainy days...&lt;/p&gt;

&lt;p&gt;This is a completly honest question, &quot;Constraint programming&quot; where does it fit well in webdev ?&lt;/p&gt;

&lt;p&gt;PS: I hate sudoko&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I know about constraint programming. It&#8217;s just a way to get some interresting output by feeding the beast the proper variables et cetera&#8230; but hell I don&#8217;t see any problem that could be usefull to be solved that way and that I would get an application with it online&#8230; the sudoko is the <em>only</em> (among other math games) to be an entertaning example.</p>

<p>Could I use, this to get a 3D projections of my articles on 3 axes that sould be some sort of the three best combinaisons of tags which forms the best space to get the best &#8220;filling&#8221; on my data ? (I&#8217;m wondering is there a simple solution for that using CP)</p>

<p>Let&#8217;s assume now that I want to find an article in the same database of tagged articles but with a 2D navigation, it should not take me more than five screen to get to my article. On each screen, I have to select a group au tags and in the 6th (or sooner) I should be able to select my article among 10.</p>

<p>I don&#8217;t know if I made my point. Getting new way to navigate data is completly useless, guetting the result of sudoko could comes to be handy rainy days&#8230;</p>

<p>This is a completly honest question, &#8220;Constraint programming&#8221; where does it fit well in webdev ?</p>

<p>PS: I hate sudoko</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Smith</title>
		<link>http://uswaretech.com/blog/2009/03/constraint-programming-in-python/comment-page-1/#comment-253</link>
		<dc:creator>Paul Smith</dc:creator>
		<pubDate>Fri, 06 Mar 2009 20:12:57 +0000</pubDate>
		<guid isPermaLink="false">http://uswaretech.com/blog/?p=199#comment-253</guid>
		<description>&lt;p&gt;There&#039;s a &lt;a href=&quot;http://mitpress.mit.edu/sicp/full-text/book/book-Z-H-22.html#%_sec_3.3.5&quot; rel=&quot;nofollow&quot;&gt;section of &lt;i&gt;SICP&lt;/i&gt;&lt;/a&gt; about the properties and implementation of constraint-based systems, if you&#039;re interested in more on this topic.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>There&#8217;s a <a href="http://mitpress.mit.edu/sicp/full-text/book/book-Z-H-22.html#%_sec_3.3.5" rel="nofollow">section of <i>SICP</i></a> about the properties and implementation of constraint-based systems, if you&#8217;re interested in more on this topic.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Swaroop</title>
		<link>http://uswaretech.com/blog/2009/03/constraint-programming-in-python/comment-page-1/#comment-250</link>
		<dc:creator>Swaroop</dc:creator>
		<pubDate>Fri, 06 Mar 2009 15:54:54 +0000</pubDate>
		<guid isPermaLink="false">http://uswaretech.com/blog/?p=199#comment-250</guid>
		<description>&lt;p&gt;This might be a dumb question, but if we specify constraints, can we submit algorithms (in Python) to it and check whether it satisfies all the specified requirements of a solution?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>This might be a dumb question, but if we specify constraints, can we submit algorithms (in Python) to it and check whether it satisfies all the specified requirements of a solution?</p>]]></content:encoded>
	</item>
</channel>
</rss>
