Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue 146: Feature: add arg to find-plans that limits number of plans returned (shop classic and ESS) #147

Merged
merged 11 commits into from
Sep 15, 2023

Conversation

mpatsift
Copy link
Contributor

Implement #146 and add tests.

Mike Pelican added 2 commits September 11, 2023 13:04
New plan-num-limit arg modifies number of plans returned by search when :which is set to :first or :random when set to non-default value (default is 1).

NOTE: only applies to "classic" (not explicit stack) find-plans.

* shop3/shop3.lisp
 - Add arg to find-plans.
 - Update doc string.

* shop3/decls.lisp
 - Declare *plan-num-limit*.

* shop3/planning-engine/search.lisp
 - Check *plan-num-limit* in when-done macro.
Add plan-num-limit-tests test suite.
rpgoldman and others added 3 commits September 13, 2023 16:18
Bump the minor version for addition of new feature.
Also update the copyright on shop3.lisp.
Copy link
Contributor

@rpgoldman rpgoldman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me. I extended to find-plans-stack because it was easy to copy your solution. Waiting for the tests, but will then merge.

@rpgoldman rpgoldman marked this pull request as draft September 14, 2023 14:40
@rpgoldman
Copy link
Contributor

Marked as draft until I fix the last test failure.

Previously, because we were pushing onto the set of plans found, I
didn't notice that we did not re-bind `*plans-found*` as required.
@rpgoldman rpgoldman marked this pull request as ready for review September 14, 2023 20:31
@rpgoldman rpgoldman changed the title Issue 146: Feature: add arg to find-plans that limits number of plans returned (shop classic) Issue 146: Feature: add arg to find-plans that limits number of plans returned (shop classic and ESS) Sep 14, 2023
Lower bound for plan-num-limit is 1, not zero.
@rpgoldman rpgoldman merged commit 24d7870 into shop-planner:master Sep 15, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants