Hi Folks,
Reading this model, I find
* setObjective is optimizing fixed costs of the plants
* addVar( obj= ) is optimizing transportation cost from plants to warehouses
I cannot understand how those 2 values relate to each other? i.e. is the total function being optimized the summation of both? What guarantees both fixedCost and transportationCost are being minimized together ?
Thanks!