shop-planner / shop3

SHOP3 Git repository
https://shop-planner.github.io
144 stars 14 forks source link

Fix bugs in Iterative-Deepening search #137

Closed rpgoldman closed 1 year ago

rpgoldman commented 1 year ago

Previously, :ID-ALL would return redundant sets of plans, repeatedly storing ones that were generated at shallower depths. Fix this by checking to ensure that a newly-found plan was not found at a depth below the current depth increment.