Hi,
I have a problem where I have different products and some quantity associated to each product.
I want to distribute each product to different locations by splitting the quantity and optimize some parameter.
List of locations is known.
I want to get the list of location to which each product should be sent and how much of that product should be allocated to each location.
How should the Planning entity look like for this?
Do you have some examples mirror this scenario?