kehlert / ellp

Linear programming library (written in Rust) that provides primal and dual simplex solvers.
MIT License
4 stars 0 forks source link

dual simplex solver #11

Closed kehlert closed 3 years ago

kehlert commented 3 years ago

for phase 1, use the subproblem approach (sec 4.2.1, algo 8)

kehlert commented 3 years ago

start with algo 2