Pure python implementation of the simplex method solver for linear programming (LP) problem, supporting floating-point and exact rational computations. In short, it solves constrained optimization ...