Working proof of concept!
I wrote a basic python script to run the best-fit-decreasing bin packing algorithm on each cut on all bars. Since the algorithm operates on the assumption that there are infinite bins and that all bins are equal length, I made it so it ran with every permutation of bar length in the bar list, and removed the result if any errors occurred.
Time to implement it into TypeScript and get the web demo done!
Log in to leave a comment