• Create account
  • Contributions
  • Discussion for this IP address

Operations Research/Transportation and Assignment Problem

The Transportation and Assignment problems deal with assigning sources and jobs to destinations and machines. We will discuss the transportation problem first.

Suppose a company has m factories where it manufactures its product and n outlets from where the product is sold. Transporting the product from a factory to an outlet costs some money which depends on several factors and varies for each choice of factory and outlet. The total amount of the product a particular factory makes is fixed and so is the total amount a particular outlet can store. The problem is to decide how much of the product should be supplied from each factory to each outlet so that the total cost is minimum.

Let us consider an example.

Suppose an auto company has three plants in cities A, B and C and two major distribution centers in D and E. The capacities of the three plants during the next quarter are 1000, 1500 and 1200 cars. The quarterly demands of the two distribution centers are 2300 and 1400 cars. The transportation costs (which depend on the mileage, transport company etc) between the plants and the distribution centers is as follows:

Which plant should supply how many cars to which outlet so that the total cost is minimum?

The problem can be formulated as a LP model:

{\displaystyle x_{ij}}

The whole model is:

subject to,

{\displaystyle x_{11}+x_{12}=1000}

The problem can now be solved using the simplex method. A convenient procedure is discussed in the next section.

operations research transportation problems and solutions

  • Book:Operations Research

Shiksha Online

  • Cloud Technologies
  • Computer Science
  • Cybersecurity
  • IT Services
  • Masters and Certificate Programs
  • Networking and Hardware
  • Operating System
  • Programming
  • QA and Testing
  • Web Development
  • Software Tools
  • Career Guides
  • Learn why Cybersecurity is essential
  • Learn about the 4Vs of Big Data
  • An Ethical Hacker's guide for getting from beginner to professional
  • Data Science Basics
  • Data Science for Healthcare
  • Deep Learning
  • Machine Learning
  • Learn more about different versions of Python
  • How to get started with Data Science?
  • Learn about the difference between AI and ML
  • What's New
  • How to Use Midjourney AI for Creating a Masterpiece Art?

Transportation Problem: Definition, Formulation, and Types

  • Conditional Statements in Python – Python Tutorial
  • Difference Between Probability and Non Probability Sampling
  • Business Analytics
  • Business Tools
  • Communication
  • Entrepreneurship
  • Human Resources
  • Industry Programs
  • Logistics and Supply Chain
  • Masters and PG-Management
  • Product Management
  • Strategy and Leadership
  • Project Management
  • What are the latest trends in Recruitment?
  • What are the traits required to become a successful Entrepreneur?
  • Your guide to become a Business Analyst
  • Top 91 Marketing Interview Questions and Answers in 2024
  • Top 57 MIS Executive Interview Questions and Answers
  • Henri Fayol’s 14 Principles of Management with Examples
  • Top 122 SEO Interview Questions and Answers of 2024
  • Bachelors Program
  • Masters Program
  • Study in India
  • Study Abroad
  • Creativity and Design
  • Emerging Technologies
  • Engineering-Non CS
  • Energy and Environment
  • Social Sciences
  • Personal Development
  • Top 43 Project Manager Interview Questions and Answers for 2024
  • What is Social Media? Exploring Meaning, Types, Characteristics, and History
  • Top 6 Online Video Editing Courses to Choose in 2024
  • Top Free Digital Marketing Courses and Certifications from Google
  • Difference Between Oral And Written Communication

Vikram

Transportation problems are used to find the minimum cost of transportation of goods from m source to n destination. In this article, we will learn about transportation problems, formulation, types and how they differ from assignment problems.

A transportation problem in operation research is a special type of  Linear Programming Problem  used to optimize (minimize) the transportation cost and allocate resources from  M  source to  N  destination. This article will briefly discuss transportation problems, types of transportation problems, and how to solve them.

So, let’s dive into learning all about Transportation Problems.

What is the Transportation Problem?

Formulation of transportation problem, types of transportation problems.

  • Difference between Transportation and Assignment Problem

A transportation problem is a Linear Programming Problem that deals with identifying an optimal solution for transportation and allocating resources to various destinations and from one site to another while keeping the expenditure to a minimum.

In simple words, the main objective of the Transportation problem is to deliver (from the source to the destination) the resources at the minimum cost.

  • It is also referred to as the Hitchcock Problem.
  • It involves transporting a single product from  ‘m’  source (origin) to ‘ n’  destinations.
  • Assumptions:  The supply level of each source and the demand at each destination are known.
  • Objective:  To minimize the total Transportation Cost.

Acquire in-depth knowledge of Data Science . Enroll in our top programmes and online courses from the best colleges in India today to take the next step in your career !

Best-suited Maths for Data Science courses for you

Learn Maths for Data Science with these high-rated online courses

Real Analysis I

Linear algebra, online course on geometric dimensioning & tolerancing (gd&t), time value of money-concepts and calculations, operator theory, mathematical methods and its applications, approximate reasoning using fuzzy set theory, variational calculus and its applications in control theory and nanomechanics, real analysis ii, mathematical methods in physics 1.

Let you are supplying the resources from m source (S i ) to n destinations (D j ) such that:

a i : the quantity available at the source S i

b j : the quantity required at the destination D j

c ij : cost of transportation of one unit resource from S i to D j

x ij : units of resources transported from S i to D j

1 <= i <= m, 1 <= j <= n

So, the  Total Cost of Transposition  is:

( c 11 x 11   + c 12 x 12 + c 13 x 13 + …… + c 1n x 1n ) +  ( c 21 x 21   + c 22 x 22 + c 23 x 23 + …… + c 2n x 2n ) + …….. + ( c m 1 x m 1   + c m 2 x m 2 + c m 3 x m 3 + …… + c mn x mn )

As we already mentioned, our objective is to minimize the Total Cost:

Min Z  = ( c 11 x 11   + c 12 x 12 + c 13 x 13 + …… + c 1n x 1n ) +  ( c 21 x 21   + c 22 x 22 + c 23 x 23 + …… + c 2n x 2n ) + …….. + ( c m 1 x m 1   + c m 2 x m 2 + c m 3 x m 3 + …… + c mn x mn )

Subject to:

x i 1 + x i 2 + ……. + x in = a i & x 1 j + x 2 j + …….. + x mn = b j

x ij >= 0, 

i = 1, 2, 3 , ……, m, j = 1, 2, 3 , ……., n

The matrix below can also represent the above diagram.

Transportation problems are broadly classified into balanced and unbalanced, depending on the source’s supply and the requirement at the destination.

Balanced Transportation Problem

Unbalanced transportation problem.

Example – 1: Check which types of Transportation Problem it is.

Answer – 1: From the above, we have

Total Supply = 5 + 8 + 7 + 14 = 34

Total Demand = 7 + 9 + 18 = 34

Hence, Total Supply = Total Demand

Therefore, it is a Balanced Transportation Problem.

Example – 2: Check whether the given problem is Balanced or Unbalanced.

Answer – 2: From the above matrix, we have:

Total Supply = 10 + 13 + 12 = 35

Total Demand = 8 + 5 + 4 = 17

Hence, Total Supply != Total Demand; therefore, the given transportation problem is an Unbalanced Transportation Problem.

Now, let’s see the difference between a transportation problem and an assignment problem.

Transportation Problem vs. Assignment Problem

Must check: difference between transporation problem and assignment problem.

Transportation Problem in operational research is a special kind of linear programming problem, having an objective to find the minimum cost of transportation of goods from m source to n destination.

I hope this article helps you learn more about transportation problems in operational research.

Keep Learning!! Keep Sharing!!

What is Transportation Problem?

What are the key elements of Transportation Problem?

The key elements of the Transporation problems are: 1. Source 2. Destination 3. Supply 4. Demand and 5. Transportation Cost

What is the objective of transportation problem?

The main of the transportation problem is to minimize the cost while meeting the demand requirements of each destination and supply cost requirements.

What are the different methods for solving transportation problem?

There are different methods to solve the transportations problem, such as: 1. NorthWest Corner Method, 2. Least Cost Method, 3. Vogel's Approximation Method, and 4. Steppingstone Method

What are the assumptions made in transportation problem?

The assumption for solving transportation problems are: 1. Transportation costs are linear and constant. 2. Supply and demand are fixed 3. Goods are homogeneous. 4. Sources and Destinations are mutually exclusive

author-image

Vikram has a Postgraduate degree in Applied Mathematics, with a keen interest in Data Science and Machine Learning. He has experience of 2+ years in content creation in Mathematics, Statistics, Data Science, and Mac... Read Full Bio

Top Picks & New Arrivals

icon

IMAGES

  1. Transportation Problems And Solutions In Operations Research Ppt

    operations research transportation problems and solutions

  2. Transportation Problems And Solutions In Operations Research Ppt

    operations research transportation problems and solutions

  3. Transportation Problem: Definition, Formulation, and Types

    operations research transportation problems and solutions

  4. OPERATIONS RESEARCH

    operations research transportation problems and solutions

  5. PPT

    operations research transportation problems and solutions

  6. Operations Research I Transportation Problems I Problems and Solutions I Part 1 I Hasham Ali Khan I

    operations research transportation problems and solutions

VIDEO

  1. Achieve Excellence in Operations Research: Expert Assignment Help at Your Fingertips

  2. Least cost method[transportation problem] in operation research

  3. Lec-26 Modi Method Transportation Problem

  4. Lec-23 Vogel's Approximation Method Transportation Problem || In Hindi || Operation Research

  5. Lec-14 Transportation Problem-Optimal Solutions

  6. Degeneracy in Transportation Problem

COMMENTS

  1. Exercise 10.1: Transportation Problem

    Book back answers and solution for Exercise questions - Operations Research: Transportation Problem: Methods of finding initial Basic Feasible Solutions. Exercise 10.1. 1. What is transportation problem? 2. Write mathematical form of transportation problem. 3. …

  2. Transportation problems and their solutions: literature review

    The authors explore the various types of transportation problems and the available solutions that can be used to address them. The article looks at the different …

  3. Module 4: Transportation Problem and Assignment problem

    Transportation problem is a special kind of Linear Programming Problem (LPP) in which goods are transported from a set of sources to a set of destinations subject to the supply and demand …

  4. Transportation AND Assignment Problems

    Formulation of Transportation model, Definition of Basic feasible solution Definition of the transportation model: The transportation model is a special class of the LP problem. It deals with the situation in which a commodity is shipped …

  5. Unit 4: ASSIGNMENT PROBLEM

    The assignment problem is a special case of transportation problem in which the objective is to assign ‘m’ jobs or workers to ‘n’ machines such that the cost incurred is minimized.

  6. Transportation Problems

    In the Introduction to MIP, we described the wide range of problems that can be modeled and solved with MIP, and described the setup of some widely used problem models. In this …

  7. Operations Research/Transportation and Assignment Problem

    The Transportation and Assignment problems deal with assigning sources and jobs to destinations and machines. We will discuss the transportation problem first. Suppose …

  8. Transportation Problem: Definition, Formulation, and …

    A transportation problem in operation research is a special type of Linear Programming Problem used to optimize (minimize) the transportation cost and allocate resources from M source to N destination.