I am optimizing a transportation problem where I want to determine which warehouse to service which customer.
Is there a way to set up the constraints so that a customer's demand can only be satisfied by 1 warehouse(not split up and supplied by multiple warehouses)?
I ran my model without the above constraint. When I check the results, I found that some warehouse capacity constraints were broken. I know there is more than enough total warehouse capacity for the customer demands.
y(i,j)indicating if link i->j is used.