S
sklett
I realize this could be a little off-topic, but there are some great minds
on this NG and I hope you can let me slide this time ;0)
I'm designing our system to manage what products can fit in which cartons
and how many per carton. For example:
Widget A measures 10W x 10H x 10D
Carton A measures 20W x 10H x 10D
Carton B measures 50W x 10H x 10D
If I'm fulfilling an order for 2 Widget As I can choose Carton A as it will
contain 2 Widget A items.
Order for 50, Carton B, etc.
I would like to design a system that will eliminate user interaction in this
area, I would like my system to asses the item dimensions and quantity and
choose the appropriate carton.
The ideas that are floating through my head to solve this are far too basic
to be efficient and would result in a mess a spaghetti code handling
orientation combinations, etc.
Does anyone know of an algorithm that is designed to solve this problem?
I'm sure there is something out there, but my initial googling hasn't come
up with anything valid.
I hope you understand what I'm trying to achieve.
I appreciate any help!
Thanks,
Steve
on this NG and I hope you can let me slide this time ;0)
I'm designing our system to manage what products can fit in which cartons
and how many per carton. For example:
Widget A measures 10W x 10H x 10D
Carton A measures 20W x 10H x 10D
Carton B measures 50W x 10H x 10D
If I'm fulfilling an order for 2 Widget As I can choose Carton A as it will
contain 2 Widget A items.
Order for 50, Carton B, etc.
I would like to design a system that will eliminate user interaction in this
area, I would like my system to asses the item dimensions and quantity and
choose the appropriate carton.
The ideas that are floating through my head to solve this are far too basic
to be efficient and would result in a mess a spaghetti code handling
orientation combinations, etc.
Does anyone know of an algorithm that is designed to solve this problem?
I'm sure there is something out there, but my initial googling hasn't come
up with anything valid.
I hope you understand what I'm trying to achieve.
I appreciate any help!
Thanks,
Steve