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

modify reserved space for each bit in order to be able to hold during cutting algoritm #65

Open
laurent-daniel-utt opened this issue Oct 24, 2018 · 1 comment
Assignees
Labels
enhancement preprocessor things that happen during slice population

Comments

@laurent-daniel-utt
Copy link
Owner

laurent-daniel-utt commented Oct 24, 2018

At bit population stage, each bit should be checked for having a reserved space in order to be able to be hold by prehensor during cutting process. The size of reserved space should be a parameter. At the moment, it will only be used when preprocessing in order to add preprocessing information like a potential cut line along the reserved space. Later this would be use in a different way, the patern population algorithms will be able to check if they can use a bit without having to cut that part or not therefore driving to a two lengh bit possibility, one with that reserved space cut, another with that space kept. THis has on impact on optimisation algorithms therefore it is not so simple to implement.

@laurent-daniel-utt
Copy link
Owner Author

laurent-daniel-utt commented Jan 27, 2021

This feature modify behaviour of automatics algorithms like classic brick, improved, diagonal,economic et unit square.
It should be deactivated for these patterns in order to make them work even if using a shorter bits. (means theses patterns should be using "bit lenght" instead of "bit full lenght". This means that by default these paterns will induce a cut for each bit.

@laurent-daniel-utt laurent-daniel-utt changed the title add a reserved space for each bit in order to be able to hold during cutting modify reserved space for each bit in order to be able to hold during cutting algoritm Aug 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement preprocessor things that happen during slice population
Projects
None yet
Development

No branches or pull requests

3 participants