<font size=2 face="sans-serif">Hello Drools Users.</font>
<br>
<br><font size=2 face="sans-serif">Do Solution objects need to implement
equals() and hashCode() methods in order to take advantage of the completeSolutionsTabuSize
configuration? &nbsp;</font>
<br>
<br><font size=2 face="sans-serif">I did a little digging through the code
and it appears that Solution objects are being compared with their clones
(implicitly that is, they are being used as map keys). &nbsp;AbstractTabuAcceptor:87</font>
<br>
<br><font size=2 face="sans-serif">The documentation mentions that moves
need to implement equals and hashCode, but doesn't talk about Solution
needing it.</font>
<br>
<br><font size=2 face="sans-serif">Thanks in advance,</font>
<br><font size=2 face="sans-serif">Steve</font>