The Simplex Method
The Large-Scale LP Solver uses a far more sophisticated implementation of the
Simplex method, which fully exploits sparsity in the LP model to save time and
memory. To cope with potential numerical instabilities, the Large-Scale LP
Solver uses techniques such as automatic scaling, matrix factorization using the
LU decomposition with the Bartels-Golub update, steepest-edge pivoting
strategies, and dynamic Markowitz refactorization. These same techniques often result
in much faster solution times -- making it practical to solve LP problems with
thousands of variables and constraints.