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

Add global constraint that prevents property changes #11

Open
aljoshakoecher opened this issue Sep 20, 2024 · 0 comments
Open

Add global constraint that prevents property changes #11

aljoshakoecher opened this issue Sep 20, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@aljoshakoecher
Copy link
Collaborator

The fact that we are building the planner for plug & produce scenarios means that we need a global constraint that prevents properties from being changed at will.
In normal planners (e.g. the classic SMTPlan approach), it is assumed that all actions are defined and the properties “match” the actions.
However, in our system, one could also model required capabilities that use properties that do not currently appear in the provided capabilities, e.g., because no suitable provided capability is yet available.

In such cases, the planner currently finds the trivial solution (no capability, but planning problem can be satisfied), because the properties can simply change without a capability application. The corresponding constraint is missing because it is only inserted with a provided cap.

Solution:
Introduce a global constraint stating that properties can only change when a (any) capability is executed.

@aljoshakoecher aljoshakoecher added the bug Something isn't working label Sep 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant