Assignment
Consider the optimization solver Gurobi, available at Gurobi.com, that is a commercial alternative to the LP Solve software we study in class. The software offers solution algorithms available through several APIs, including one for Python.
1) Create an academic user account at Gurobi.com, and download and install the software on a personal computer. You need to request, receive, and install a license as well, all of which are clearly explained on the Gurobi web site.
2) Study the Python API in the documentation provided on the web site. Keep in mind that the Gurobi Python interface is different -and much simpler- compared to the Lp Solve interface.
3) Implement and solve the Transportation problem.
Upload your Python code and the output that displays the optimal solution.
Attachment:- Transportation.Problem.xls