In this video tutorial, the general structure of a Linear Programming (LP) model is reviewed and the general matrix form of LP problems, used by MATLAB, discussed. Then, using linprog function of MATLAB, which is used to deal with linear programming problems, some examples are solved.
One of the well-known problems formulated as LP model is the Transportation Problem, which is a simple two-layered supply chain model. In this video tutorial, the general form of Transportation Model is discussed and its solution using MATLAB is implemented step-by-step, with a functional approach.
The video tutorial is available to watch online, via Yarpiz YouTube Channel. The instructor of this course is Dr. Mostapha Kalami Heris, PhD of Control and Systems Engineering. For more information and download the video and project files and lecture notes for this tutorial, see: https://yarpiz.com/yptlp190516
After completing this tutorial, you will Learn:
What is a Linear Programming model/problem
How to express LP problems by vectors and matrices
How to solve Linear Programming problems using MATLAB
How to model and solve a Transportation Problem in MATLAB
Who this course is for:
Applied Math and Engineering students
Operations Research (OR) students
Anyone interested in mathematical optimization
Requirements
Basics of MATLAB Programming
Basics of Optimization
Publisher: Yarpiz (https://www.yarpiz.com)
Instructor: Mostapha Kalami Heris
00:00 General form of linear programming
04:00 Implementing linear programming models in MATLAB
5:07 How to form Matrices needed to implement linear programming model in MATLAB
13:55 Solving linear programming problems in MATLAB (Transportation problem example)
14:00 What's the transportation Problem
20:00 Solving transportation problem in MATLAB