SlideShare a Scribd company logo
2
Most read
5
Most read
AYUSHI GADA - 06
OPERATIONS RESEARCH
ASSIGNMENT Problem
ASSIGNMENT PROBLEM
Introduction
The assignment problem deals with allocating
various resources (items) to various activities
(receivers) on a one to one basis, i.e., the number
of operations are to be assigned to an equal
number of operators where each operator
performs only one operation
•The Assignment Problem is a special type of
Linear Programming Problem
•It involves assigning tasks (jobs) to agents
(workers/machines) in an optimal way
•The objective is to minimize
cost or maximize efficiency
REAL LIFE APPLICATIONS
• Workforce Management: Assigning
employees to shifts/tasks
• Manufacturing: Allocating machines to jobs
• Logistics: Assigning delivery vehicles to routes
• Education: Assigning teachers to classes
ASSIGNMENT PROBLEM USING HUNGARIAN
METHOD
The assignment problem, solved by the Hungarian method, aims to
find the optimal assignment of resources (like workers) to tasks (like
jobs) to minimize total cost or maximize total profit, ensuring each
resource is assigned to exactly one task
EXAMPLE OF HUNGARIAN METHOD
Imagine you have three workers (Alice, Bob, Carol) and three tasks
(cleaning, sweeping, washing) with varying costs for each worker-task
combination. The Hungarian method helps find the assignment that
minimizes the total cost
STEPS IN HUNGARIAN METHOD
Step 1: Verifying Balanced or Unbalanced Assignment Problem
•Check if the number of rows equals the number of columns
•If equal → Balanced assignment problem (Proceed)
•If not equal → Unbalanced assignment problem (Convert it into a balanced one)
Step 2: Row Subtraction
•Find the smallest element in each row
•Subtract it from every element in that row
Step 3: Column Subtraction
•Find the smallest element in each column
•Subtract it from every element in that column
Step 4: Line Formation
•Draw lines covering the maximum number of zeros (either row-wise or column-wise)
•Continue until all zeros are covered
STEPS IN HUNGARIAN METHOD
Step 5: Comparing Number of Lines with Rows and Columns
•If lines = number of rows/columns Direct assignment is possible
→
•If lines < number of rows/columns Apply the
→ Hungarian Assignment Method (HAM)
Step 6: Hungarian Assignment Method (HAM)
•If required, modify the matrix:
• Find the smallest uncovered element and subtract it from uncovered elements
• Add it to elements at the intersection of lines
• Repeat the process until an optimal assignment is possible
Step 7: Assignments
•Assign one job to one worker based on the optimized cost matrix
•Ensure each row and column has exactly one assignment
THANK YOU!!!

More Related Content

PPTX
Muzammil irshad.pptxhdududududiufufufufu
PPT
Assignment problem
PDF
A0280115(1)
PDF
A Comparative Analysis Of Assignment Problem
PPTX
Assignment problem
PDF
An Approach to Mathematically Establish the Practical Use of Assignment Probl...
PPTX
Assignment problem method
PDF
A New Method To Solve Assignment Models
Muzammil irshad.pptxhdududududiufufufufu
Assignment problem
A0280115(1)
A Comparative Analysis Of Assignment Problem
Assignment problem
An Approach to Mathematically Establish the Practical Use of Assignment Probl...
Assignment problem method
A New Method To Solve Assignment Models

Similar to Operations Research assignment problem ayushi (20)

PPTX
Matching problem
PDF
Assignment Chapter - Q & A Compilation by Niraj Thapa
PDF
6. assignment problems
PPTX
Quantitative Math
PDF
AMA_Assignment Theory notes
PDF
Assignment problems
PPTX
04-Unit Four - OR.pptx
PPT
Transportation and Assignment
PDF
Assignment Poblems
PDF
Engineering Numerical Analysis-Introduction.pdf
PDF
6. Assignment problem phương pháp giải.pdf
PPT
Assignment Problem
PDF
qadm-ppt-150918102124-lva1-app6892.pdf
PDF
Equila_201_The Assignment Method.pdf
PPTX
DTB PRESENTATION.pptxdjdjdjdkdjdjjddjdkj
PDF
Mba Ebooks ! Edhole
PPTX
PPT Lecture 2.2.1 onn c++ data structures
PPTX
Regression ppt
PPT
INTRODUCTION TO BOOSTING.ppt
PPTX
OPERATION RESEARCH,TRANSPORTATION PROBLEM
Matching problem
Assignment Chapter - Q & A Compilation by Niraj Thapa
6. assignment problems
Quantitative Math
AMA_Assignment Theory notes
Assignment problems
04-Unit Four - OR.pptx
Transportation and Assignment
Assignment Poblems
Engineering Numerical Analysis-Introduction.pdf
6. Assignment problem phương pháp giải.pdf
Assignment Problem
qadm-ppt-150918102124-lva1-app6892.pdf
Equila_201_The Assignment Method.pdf
DTB PRESENTATION.pptxdjdjdjdkdjdjjddjdkj
Mba Ebooks ! Edhole
PPT Lecture 2.2.1 onn c++ data structures
Regression ppt
INTRODUCTION TO BOOSTING.ppt
OPERATION RESEARCH,TRANSPORTATION PROBLEM
Ad

Recently uploaded (20)

PPTX
Course Overview of the Course Titled.pptx
PPTX
MY GOLDEN RULES la regla de oro jhonatan requena
PDF
Contemporary management and it's content
PDF
ORGANIZATIONAL communication -concepts and importance._20250806_112132_0000.pdf
PPTX
Human resources management -job perception concept
PPTX
Chapter One an overview of political economy
PDF
Phillips model training for evaluation pdf
PPTX
Effective_communication._(strategy).pptx
PPTX
Human Resource Management | Introduction,Meaning and Definition
PDF
Timeless Leadership Principles from History’s Greatest Figures by Alfonso Ken...
PPTX
INTELLECTUAL PROPERTY LAW IN UGANDA.pptx
PPTX
_ISO_Presentation_ISO 9001 and 45001.pptx
PDF
The-Power-of-Communication (1).pdf......
PDF
CISSP Domain 6: Security Assessment and Testing
PPTX
Human Resources management _HR structure
PDF
The Cyber SwarmShield by Stéphane Nappo
PPTX
Concluding Session_Wrapup-NA May 5 2024-Oct 10 2025 ZS.pptx
PPTX
Mangeroal Finance for Strategic Management
PPTX
Self-Awareness and Values Development presentation
PDF
Case study -Uber strategic plan and management
Course Overview of the Course Titled.pptx
MY GOLDEN RULES la regla de oro jhonatan requena
Contemporary management and it's content
ORGANIZATIONAL communication -concepts and importance._20250806_112132_0000.pdf
Human resources management -job perception concept
Chapter One an overview of political economy
Phillips model training for evaluation pdf
Effective_communication._(strategy).pptx
Human Resource Management | Introduction,Meaning and Definition
Timeless Leadership Principles from History’s Greatest Figures by Alfonso Ken...
INTELLECTUAL PROPERTY LAW IN UGANDA.pptx
_ISO_Presentation_ISO 9001 and 45001.pptx
The-Power-of-Communication (1).pdf......
CISSP Domain 6: Security Assessment and Testing
Human Resources management _HR structure
The Cyber SwarmShield by Stéphane Nappo
Concluding Session_Wrapup-NA May 5 2024-Oct 10 2025 ZS.pptx
Mangeroal Finance for Strategic Management
Self-Awareness and Values Development presentation
Case study -Uber strategic plan and management
Ad

Operations Research assignment problem ayushi

  • 1. AYUSHI GADA - 06 OPERATIONS RESEARCH ASSIGNMENT Problem
  • 2. ASSIGNMENT PROBLEM Introduction The assignment problem deals with allocating various resources (items) to various activities (receivers) on a one to one basis, i.e., the number of operations are to be assigned to an equal number of operators where each operator performs only one operation •The Assignment Problem is a special type of Linear Programming Problem •It involves assigning tasks (jobs) to agents (workers/machines) in an optimal way •The objective is to minimize cost or maximize efficiency
  • 3. REAL LIFE APPLICATIONS • Workforce Management: Assigning employees to shifts/tasks • Manufacturing: Allocating machines to jobs • Logistics: Assigning delivery vehicles to routes • Education: Assigning teachers to classes
  • 4. ASSIGNMENT PROBLEM USING HUNGARIAN METHOD The assignment problem, solved by the Hungarian method, aims to find the optimal assignment of resources (like workers) to tasks (like jobs) to minimize total cost or maximize total profit, ensuring each resource is assigned to exactly one task EXAMPLE OF HUNGARIAN METHOD Imagine you have three workers (Alice, Bob, Carol) and three tasks (cleaning, sweeping, washing) with varying costs for each worker-task combination. The Hungarian method helps find the assignment that minimizes the total cost
  • 5. STEPS IN HUNGARIAN METHOD Step 1: Verifying Balanced or Unbalanced Assignment Problem •Check if the number of rows equals the number of columns •If equal → Balanced assignment problem (Proceed) •If not equal → Unbalanced assignment problem (Convert it into a balanced one) Step 2: Row Subtraction •Find the smallest element in each row •Subtract it from every element in that row Step 3: Column Subtraction •Find the smallest element in each column •Subtract it from every element in that column Step 4: Line Formation •Draw lines covering the maximum number of zeros (either row-wise or column-wise) •Continue until all zeros are covered
  • 6. STEPS IN HUNGARIAN METHOD Step 5: Comparing Number of Lines with Rows and Columns •If lines = number of rows/columns Direct assignment is possible → •If lines < number of rows/columns Apply the → Hungarian Assignment Method (HAM) Step 6: Hungarian Assignment Method (HAM) •If required, modify the matrix: • Find the smallest uncovered element and subtract it from uncovered elements • Add it to elements at the intersection of lines • Repeat the process until an optimal assignment is possible Step 7: Assignments •Assign one job to one worker based on the optimized cost matrix •Ensure each row and column has exactly one assignment