<!-- 
RSS generated by JIRA (4.4#649-r158309) at Wed Jun 19 07:41:46 CDT 2013

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary add field=key&field=summary to the URL of your request.
For example:
http://dev.clojure.org/jira/si/jira.issueviews:issue-xml/LOGIC-87/LOGIC-87.xml?field=key&field=summary
-->
<rss version="0.92" >
<channel>
    <title>Clojure JIRA</title>
    <link>http://dev.clojure.org/jira</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>4.4</version>
        <build-number>649</build-number>
        <build-date>25-07-2011</build-date>
    </build-info>

<item>
            <title>[LOGIC-87] Decomplect the narrowing of the constraint space from the search order</title>
                <link>http://dev.clojure.org/jira/browse/LOGIC-87</link>
                <project id="10020" key="LOGIC">core.logic</project>
                        <description>&lt;p&gt;From a high-level point of view a constraint solver takes a constraint space, generates a tree of narrowings of the space and runs some search algorithm on the tree. Core.logic complects the generation of this tree and the search algorithm by representing the search space as a lazy stream of the leaves of the tree. By explicitly representing the search tree we get new search algorithms, optional fair conjunction and parallel search via fork-join. &lt;/p&gt;

&lt;p&gt;More detail: &lt;a href=&quot;http://scattered-thoughts.net/blog/2012/12/19/search-trees-and-core-dot-logic/&quot;&gt;http://scattered-thoughts.net/blog/2012/12/19/search-trees-and-core-dot-logic/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Github fork: &lt;a href=&quot;https://github.com/clojure/core.logic/pull/13&quot;&gt;https://github.com/clojure/core.logic/pull/13&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Attached is a cleaned-up patch against d68e3400472c5f745e4c13d64433459e11ba4871&lt;/p&gt;</description>
                <environment></environment>
            <key id="15928">LOGIC-87</key>
            <summary>Decomplect the narrowing of the constraint space from the search order</summary>
                <type id="4" iconUrl="http://dev.clojure.org/jira/images/icons/improvement.gif">Enhancement</type>
                                <priority id="4" iconUrl="http://dev.clojure.org/jira/images/icons/priority_minor.gif">Minor</priority>
                    <status id="1" iconUrl="http://dev.clojure.org/jira/images/icons/status_open.gif">Open</status>
                    <resolution id="-1">Unresolved</resolution>
                                <assignee username="dnolen">David Nolen</assignee>
                                <reporter username="jamii">Jamie Brandon</reporter>
                        <labels>
                    </labels>
                <created>Thu, 27 Dec 2012 15:01:29 -0600</created>
                <updated>Fri, 28 Dec 2012 00:41:40 -0600</updated>
                                                                            <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                        <comments>
                    <comment id="30332" author="dnolen" created="Fri, 28 Dec 2012 00:41:40 -0600"  >&lt;p&gt;Thanks! Will try to find some time this weekend to do a thorough review.&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                    <attachment id="11781" name="flexible_search.patch" size="14247" author="jamii" created="Thu, 27 Dec 2012 15:01:29 -0600" />
                </attachments>
            <subtasks>
        </subtasks>
                <customfields>
                                                                                            <customfield id="customfield_10010" key="com.pyxis.greenhopper.jira:gh-global-rank">
                <customfieldname>Global Rank</customfieldname>
                <customfieldvalues>
                    
                </customfieldvalues>
            </customfield>
                                            <customfield id="customfield_10000" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                <customfieldname>Patch</customfieldname>
                <customfieldvalues>
                        <customfieldvalue key="10002">Code and Test</customfieldvalue>

                </customfieldvalues>
            </customfield>
                                                                                        </customfields>
    </item>
</channel>
</rss>