Emad Ehsan
Emad Ehsan
Hi @ajuricabense I've not been able to work on 2d CSP because I've was not able to find a simple intuitive explanation for 2d CSP that actually covers all aspects...
@ajuricabense much thanks. Appreciated!
Hi @TheDammedSon, This code is actually expansion of Serge Kruk's code: [cutting_stock.py](https://github.com/sgkruk/Apress-AI/blob/master/cutting_stock.py), the code accompanying his book [Practical Python AI Projects](https://amzn.to/3iPceJD). Which is meant for learning rather than production usage....
@TheDammedSon if you successfully increase the speed of this algorithm, please feel free to create a Pull request.
Hi @ssteinerx , Thank you for creating the issue. This repository has code only for 1D Cutting Stock Problem. Even though 2D CSP is available on website, it is an...
@521bibi I have added you to the private repository with code. Please check your inbox
@ssteinerx done.
@devourersouls done.
@George-2022-7 I've to make a few edits before making it public. For the time being, I'm adding you to that private repo
Hi @TheDammedSon , I guess what you want can be achieved with a simple approach of surrounding the main function in an infinite loop (`while True:`)? Probably add an input...