<br>&nbsp;&nbsp; Gernot,<br><br>&nbsp;&nbsp; Yes, it is commited in trunk in case you want to check it out:<br><br><a href="http://anonsvn.labs.jboss.com/labs/jbossrules/trunk/drools-examples/drools-examples-drl/src/main/rules/org/drools/examples/golf.drl">
http://anonsvn.labs.jboss.com/labs/jbossrules/trunk/drools-examples/drools-examples-drl/src/main/rules/org/drools/examples/golf.drl</a><br><br>&nbsp;&nbsp;&nbsp; Regards,<br>&nbsp;&nbsp;&nbsp; Edson<br><br><br><div><span class="gmail_quote">2007/8/12, Dr. Gernot Starke &lt;
<a href="mailto:gs@gernotstarke.de">gs@gernotstarke.de</a>&gt;:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div style="">the language statement &quot;this in ($joe, $bob, $tom)&quot; sounds &amp; looks great to me - more intuitive than the eval. imho it
<div>shortens down the overall LHS...</div><div><br></div><div>Considering rule-performance, one should imho fail-as-early-as-possible... but for the example that surely does not matter...</div><div><br></div><div><br></div>
<div>thanx for this improvement...</div><div><br></div><div>will you commit this to the next release, so this sample works &quot;as expected&quot; from now on?</div><div><br></div><div>regards from (sunny) Cologne,</div><div>
Gernot</div><div><br><div><div>Am 11.08.2007 um 20:45 schrieb Edson Tirelli:</div><div><span class="e" id="q_1145a02260425a62_1"><br><blockquote type="cite"><br>&nbsp;&nbsp;&nbsp; Gernot,<br><br>&nbsp;&nbsp;&nbsp; Thanks for taking the time to investigate and report your findings. I implemented a fix in a similar way to your suggestion, but instead of writing an eval() in the end, I reordered the patterns leaving the Fred&#39;s neighbor pattern as the last pattern: 
<br><br>&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; // The golfer to Fred&#39;s immediate right<br>&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; // is wearing blue pants<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $fn : Golfer( position == ( $fredsPosition + 1 ),<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; color == &quot;blue&quot;,<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; this in ( $joe, $bob, $tom ) ) 
<br><br>&nbsp;&nbsp;&nbsp; What do you think about this solution? It now correctly solves the problem, but I&#39;m not sure it is as elegant solution as you was looking for. <br><br>&nbsp;&nbsp;&nbsp; If you want to take a look, just make sure you use drools-core jar from trunk (not GA), since I found and fixed a minor bug while changing the golfer example. 
<br><br>&nbsp;&nbsp; Edson<br><br><div><span class="gmail_quote">2007/8/10, Dr. Gernot Starke &lt;<a href="mailto:gs@gernotstarke.de" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">gs@gernotstarke.de</a>&gt;:
</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"> Hi there,<br><br>some people complained that the Golfer-example from the JBoss-Drools
<br>distribution finds two identical solutions.<br>I investigated a little and found the &quot;problem&quot;:<br><br>The rule is underspecified: It binds five Golfer objects, but only <br>four of those are completely specified by their respective
<br>condition elements. The fifth, the &quot;Freds right neighbour&quot;, lacks<br>that completeness...<br><br>What happens is the following: The &quot;unknown golfer&quot; can be bound to <br>two different facts: I had the &quot;unknown&quot; golfer
<br>printed out - and see what happened:<br><br>Fred 1 orange, Joe 2 blue, Bob 4 plaid, Tom 3 red<br>unknown Tom 2 blue<br><br>Fred 1 orange, Joe 2 blue, Bob 4 plaid, Tom 3 red <br>unknown Joe 2 blue<br><br>As the unknown golfer is NOT compared to the actual neighbor, Joe,
<br>there are two possible instantiations<br>for our &quot;unknown&quot; golfer...<br><br>The solution would be to constraint the unknown-golfer (= Fred&#39;s <br>right neighbour) to the set of (Bob, Joe, Tom)...<br>an eval sounds great - too bad the &quot;in&quot; constraint doesn&#39;t work...
<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; // freds right neighbour is either Tom, Bob or Joe!<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; eval (($fn == $joe) || ($fn == $bob) || ($fn == $tom)) <br><br><br>The simple (but un-elegant) solution is setting an agenda-group rule-<br>attribute, prohibing the rule from firing twice.
<br><br>In his book on JESS, E. Friedemann-Hill shows JESS to deliver only a<br>single solution ... I translated the Drools-version <br>literally to his JESS version (I had to create GolferColor and<br>GolferPosition classes, but needed only 32 facts in working memory,
<br>instead of 64 with the combined Golfer-drools version)....<br><br>regards,<br>Gernot <br><br><br>Dr. Gernot Starke<br>Doing IT Right<br><br>---<br>Willi-Lauf Allee 43, D-50858 Köln<br><a href="mailto:gs@gernotstarke.de" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
gs@gernotstarke.de</a>,<br>&nbsp;&nbsp;+49 (0) 177 - 728 2570<br><a href="http://www.gernotstarke.de" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)"> http://www.gernotstarke.de</a><br>Blog: <a href="http://it-and-more.blogspot.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
http://it-and-more.blogspot.com</a><br>****************************************<br>Das freie Portal für Software-Architekten:<br><a href="http://www.arc42.de" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
 http://www.arc42.de</a><br><br><br><br>_______________________________________________<br>rules-users mailing list<br><a href="mailto:rules-users@lists.jboss.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
rules-users@lists.jboss.org</a><br><a href="https://lists.jboss.org/mailman/listinfo/rules-users" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)"> https://lists.jboss.org/mailman/listinfo/rules-users
</a><br></blockquote></div><br><br clear="all"><br>-- <br>&nbsp;&nbsp;Edson Tirelli<br>&nbsp;&nbsp;Software Engineer - JBoss Rules Core Developer<br>&nbsp;&nbsp;Office: +55 11 3529-6000<br>&nbsp;&nbsp;Mobile: +55 11 9287-5646 <br>&nbsp;&nbsp;JBoss, a division of Red Hat @ 
<a href="http://www.jboss.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">www.jboss.com</a><div style="margin: 0px;">_______________________________________________</div><div style="margin: 0px;">
rules-users mailing list</div><div style="margin: 0px;"><a href="mailto:rules-users@lists.jboss.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">rules-users@lists.jboss.org</a></div><div style="margin: 0px;">
<a href="https://lists.jboss.org/mailman/listinfo/rules-users" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">https://lists.jboss.org/mailman/listinfo/rules-users</a></div> </blockquote></span></div>
</div><div><span class="e" id="q_1145a02260425a62_3"><br><div> <span style="border-collapse: separate; border-spacing: 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px;">
<div>Dr. Gernot Starke</div><div>Doing IT Right</div><div><br></div><div>---</div><div>Willi-Lauf Allee 43,&nbsp;D-50858 Köln</div><div><a href="mailto:gs@gernotstarke.de" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
gs@gernotstarke.de</a>,&nbsp;</div><div>&nbsp;+49 (0) 177 - 728 2570</div><div><a href="http://www.gernotstarke.de" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://www.gernotstarke.de</a></div><div>Blog: 
<a href="http://it-and-more.blogspot.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://it-and-more.blogspot.com</a></div><div>****************************************</div><div>Das freie Portal für Software-Architekten:
</div><div><a href="http://www.arc42.de" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://www.arc42.de</a></div><br></span> </div><br></span></div></div></div><br>_______________________________________________
<br>rules-users mailing list<br><a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:rules-users@lists.jboss.org">rules-users@lists.jboss.org</a><br><a onclick="return top.js.OpenExtLink(window,event,this)" href="https://lists.jboss.org/mailman/listinfo/rules-users" target="_blank">
https://lists.jboss.org/mailman/listinfo/rules-users</a><br><br></blockquote></div><br><br clear="all"><br>-- <br>&nbsp;&nbsp;Edson Tirelli<br>&nbsp;&nbsp;Software Engineer - JBoss Rules Core Developer<br>&nbsp;&nbsp;Office: +55 11 3529-6000<br>&nbsp;&nbsp;Mobile: +55 11 9287-5646
<br>&nbsp;&nbsp;JBoss, a division of Red Hat @ <a href="http://www.jboss.com">www.jboss.com</a>