- Introduction to Operations Research.
- Introduction to Linear Programming (LP) : General form of LP problem,graphical method, duality, feasible region, redundant constraints.
- Analytical Methods for LP Problem : Simplex, slack and artificial variables, simplex method, dual simplex method, big-M method, use of Matlab in solving LPPs.
- Transportation Problem : Mathematical model, tabular representation, north-west corner method, table minimum method, Vogel method, stepping stone algorithm.
- Transshipment Problem : Comparison of transportation and transshipment problems, case of sources and destinations acting as intermediate nodes, case of auxiliary nodes acting as intermediate nodes.
- Assignment Problem : Balanced and unbalanced assignment problems, methods of row and column reduction, Hungarian algorithm.
- Network Techniques : Minimum spanning tree problem, Kruskal algorithm, Shortest distance problem by systematic approach, maximum flow problem, labeling technique, minimum-cut maximum flow theorem.
- Inventory Control : Inventory models, inventory models for manufacturing organizations, Economic Order Quantity(EOQ), frequency of ordering.
- Queuing Theory : Kendall’s notation, M/M/1 and M/G/1 queues, average waiting times, servicing times.
- Dynamic Programming (DP) : States and stages of DP, Knapsack problem, Shortest distance problem
|