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

Restrict Item Orientations for Placement #12

Open
thomascorrie opened this issue Nov 7, 2018 · 2 comments
Open

Restrict Item Orientations for Placement #12

thomascorrie opened this issue Nov 7, 2018 · 2 comments
Labels
enhancement New feature or request

Comments

@thomascorrie
Copy link
Owner

Currently, the EB-AFIT algorithm tests all possible orientations of an Item in order to achieve the optimum solution. In some situations, this is not desirable (e.g. placing a book with the bottom facing outwards) and so the ability to omit certain orientations would be a beneficial enhancement

@thomascorrie thomascorrie added the enhancement New feature or request label Nov 7, 2018
@Vanman989
Copy link

Not sure if this is any help for you. This guy has an enable and disable feature for packing. Is in python though.

image

https://github.com/secnot/rectpack

@thomascorrie
Copy link
Owner Author

@Vanman989 that is helpful, thank you, particularly the references to the literature. In the case of the EB-AFIT algorithm for 3D packing, I will have to delve into the sources code to solve the orientation issue but for 2D I can adopt these approaches

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants