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

Extend extreme point API with gravity support + weight constraints #554

Open
skjolber opened this issue Aug 21, 2022 · 1 comment
Open

Comments

@skjolber
Copy link
Owner

skjolber commented Aug 21, 2022

Make it so that Point3D returns the StackPlacements which will come in contact with a StackValue (if it is placed at the point).

Define the relationship between StackPlacements using an intermediate object (i.e. graph style) in all directions. Use to calculate

  • whether a box is within weight constraints for all underlying StackPlacements
  • sideways support stability measurement
  • allow for partial support
  • stability measure (i.e. are underlying placement supporting enough of the box?)

Try to limit (exponential?) traversal of the graph .

  • Cache max weight constraints for each StackPlacement, so that impossible values can be excluded quickly
  • Possibly update constraints for each placed box
@skjolber
Copy link
Owner Author

Current extreme points have been refactored so that multiple implementations can co-exist.

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

No branches or pull requests

1 participant