Introduction
  • What is a Linear Programming (LP) problem
Solving Linear Programming models using MATLAB
  • Solving a simple LP problem using linprog function in MATLAB
  • Converting the work to a script
Solving Transportation Problem using MATLAB
  • Introduction to Transportation Problem
  • Defining the structure of model — Part 1
  • Defining the structure of model — Part 2
  • Solving the Transportation Problem using MATLAB