The document describes the Big-M method, a variation of the simplex method for solving linear programming problems with "greater-than" or "equal-to" constraints. It involves adding artificial variables to obtain an initial feasible solution, using a large value M for each artificial variable. The transformed problem is then solved via simplex method to eliminate artificial variables. Examples are provided to illustrate the step-by-step process. Potential drawbacks discussed are how large M should be and not knowing feasibility until optimality is reached.