Hide Forgot
Created attachment 794269 [details] Patch to be applied to Optaplanner to reproduce the score corruption Description of problem: Optaplanner score corruption caused by a bug in accumulate node Steps to Reproduce: - Get last optaplanner master - Apply patch in attachment - Run VehicleRoutingApp. - Load tmp.xml and solve Actual results: java.lang.IllegalStateException: Score corruption: the workingScore (-29hard/0soft) is not the uncorruptedScore (-23hard/0soft) after completedAction (10 => 16): Expected results: No score corruption
Fixed by https://github.com/droolsjbpm/drools/commit/cad1eb3d5
Confirming that the fix had been applied. VERIFIED in ER4.