I am trying to solve shipment cost minimization. I am facing problem for creating Cost vector. Need your help to create Cost vector from a CSV file. Problem is as below
of suppliers 100 (let us denote them as “i”)
of plants 250 (let us denote then as “j”)
I need to make cost vector Cij for unit cost of shipment from “i” supplier to “j” plant.
The data is given in a row form in a CSV file. For your reference I am including the sample file.
But I couldn’t understand if not all suppliers have plants then how to resolve that bug? (I am a beginner at this so has very limited exposure to Julia as well as programming)