algorithm - How to create an optimized packing function in python? -
So I have been given the task to create shipping modules for a webshop system. It may be a little high, but I would really like to make one that can find out how to pack a parcel in the most favorable way. By doing this simply by doing programming, it is a field where I have no knowledge - nevertheless! Anyway, I can really give a brief description of the real problem.
So when users get stuff on webshops, then X products in their cart probably have different size and weight. So I want to give that list of products in the function and explain how these products should be packaged in parcel.
Every product has loads, length, width and height too.
Since parcel and products are basically boxes, I'm guessing it will not be complicated, because there are different ways to insert products within parcel. My goal is not to create the perfect packaging function, but I would like to do something better than just a product inside the parcel until no limit was reached.
Now, I do not expect you
- Where can I find good online resources that will teach me the basics?
- Is there some basic dragon device that would be good to use?
- Some points, losses etc., of things I should be aware of, such as I said, I do not plan to correct and optimize 100% But I would like to end it with something that would come near. I think if the users think that the dispatch fee will be much higher than this reality, then I would hate it.
The fact is that you have height, height and width, it is also a problem with a simple lid It is difficult. There is an interesting discussion here.
There are only one people.
Comments
Post a Comment