bundles / scipy 1.17.1 / scipy / optimize / _linprog_rs
module
scipy.optimize._linprog_rs
Members
Summary
Revised simplex method for linear programming
Extended Summary
The revised simplex method uses the method described in [1], except that a factorization [2] of the basis matrix, rather than its inverse, is efficiently maintained and used to solve the linear systems at each iteration of the algorithm.
Additional content
Aliases
-
scipy.optimize._linprog_rs