Walid Hadri
May 7, 2021

--

That depends on the programming language you are going to use and then the data provided. In my case, I worked with Julia. I had some basic knowledge on Gurobi to solve optimisation problems, the syntax is realy simple... And I found implementing the solver rather a direct translation of the mathematical equations to code... https://www.softcover.io/read/7b8eb7d0/juliabook/simple check this to get familiar with solving Linear Optimisation Problems using Gurobi on Julia. Reading the data and formatting is a seperate step, and depends on the way the data is given. Good luck

--

--

Walid Hadri
Walid Hadri

Responses (1)