jaxor24 / jsolve

8 stars 0 forks source link

Implement matrix form (standard) primal simplex implementation #26

Closed jaxor24 closed 2 years ago

jaxor24 commented 2 years ago

Bertsimas, Chapter 3 Vanderbei, Chapter 6 Chvatal, Chapter 8 Bixby, CPLEX Impl "Bounded variable simplex method" pdf

This will be slow, and will require a matrix inversion implementation.