-
Notifications
You must be signed in to change notification settings - Fork 122
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
Prevent stacking #310
Comments
You cannot currently do that. There is a 2.x branch which will account for that kind of constraints, but it is pretty far from complete. |
How could I test this feature? Are there some examples or documentation? |
How can I test out this branch? What are the Maven coordinates? Or should I build the branch for myself? |
There is no snapshot published yet, so look at the code branch. The model is still being worked on - packaging does not really work yet. But if you want, see if the model encompasses your requirements. |
@UdoW could you try the new StackConstraint class? |
@skjolber , I tried to use the version 2 of your framework. I have now more questions than before:
For me, a lot of documentation is missing on how to use everything. |
Hi,
Feel free to suggest improvements to the docs, also this implementation currently has no tree-like structure to manage complex stacking constraints (like max weight). |
How could I prevent stacking of boxes?
I have some boxes which I want to mark so that no other box may be stacked on top of it. How could I do this?
The text was updated successfully, but these errors were encountered: