Simplex Method to solve LPP

What is the Simplex Method? The simplex algorithm is the most extended procedure to solve the linear programming problem (LPP) developed by George Bernard Dantzig in 1947. Most of the real world linear programming problems have more than two variables. Such problems with more than two variables cannot be solved graphically. The simplex method is …

Read more

Standard Form of LPP

Standard form of LPP In this tutorial, we will discuss about what is the standard form of linear programming problem?, what are the characteristics of standard form of linear programming problem?, how to convert LPP to its standard form?. Important Definitions Unrestricted Variables Many times one encounter problems of the LPP in which some or …

Read more

Hungarian Method for Balanced Assignment Problem-example

hungarian-method-balanced-assignment-problem-examples

Hungarian Method for Balanced Assignment Problem-example In this article we will study the step by step procedure to solve balanced assignment problem using Hungarian method. Balanced Assignment Problem Example Five jobs are to assigned to five people, each person will do one job only. The expected times (in hour) required for each person to complete …

Read more

Hungarian Method for Unbalanced Assignment Problem-examples

hungarian-method-assignment-problem-examples

Hungarian Method for Unbalanced Assignment Problem-examples In this article we will study the step by step procedure to solve unbalanced assignment problem using Hungarian method. Unbalanced Assignment Problem Example 1 The coach of an age group swim team needs to assign swimmers to a 200-yard medley relay team to send to the Junior Olympics. Since …

Read more