]
Geoffrey De Smet resolved JBRULES-3007.
---------------------------------------
Fix Version/s: 5.4.0.CR1
Resolution: Done
Planner: tabu size is not respected when there are multiple tabus per
property tabu
-----------------------------------------------------------------------------------
Key: JBRULES-3007
URL:
https://issues.jboss.org/browse/JBRULES-3007
Project: Drools
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: drools-planner
Reporter: Geoffrey De Smet
Assignee: Geoffrey De Smet
Fix For: 5.4.0.CR1
This code is the problem in AbstractTabuAcceptor:
while (tabuSequenceList.size() >= maximumTabuListSize) {
Consider these moves:
move 1 (tabu A, tabu B, tabu C)
move 2 (tabu D, tabu E, tabu F, tabu G)
move 3 (tabu A, tabu B)
and a tabu move size of 4, then move 3 isn't seen as tabu with move 1, while it
should be!
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: