In the previous chapter, we discussed about the graphical method for solving linear programming problems (LPP). Although the graphical method is an invaluable aid to understand the properties of linear programming models, it provides very little help in handling practical problems.
In this chapter, we concentrate on the simplex method for solving linear programming problems with a larger number of variables.
Many different methods have been proposed to solve linear programming problems, but simplex method has proved to be the most effective. This technique will nurture your insight needed for a sound understanding of several approaches to other programming models, which will be studied in subsequent chapters. Simplex Method is applicable to any problem that can be formulated in terms of linear objective function, subject to a set of linear constraints. Often, this method is termed Dantzig's simplex method, in honour of the mathematician who devised the approach.
In the following section, we introduce you to the standard vocabulary of the simplex method.
Specifically:
ai1x1 + ai2x2 + ai3x3 + .........+ ainxn ≤
bi can be written as
ai1x1 + ai2x2 + ai3x3 + .........+ ainxn + si = bi
Where i = 1, 2, ..., m
Specifically:
ai1x1 + ai2x2 + ai3x3 + .........+ ainxn ≥ bi can be written as
ai1x1 + ai2x2 + ai3x3 + .........+ ainxn - si = bi
Where i = 1, 2, ..., m