Crate relp

Source
Expand description

§A linear program solver

Linear programs are solved using the Simplex Method as described in the book Combinatorial Optimization by Christos H. Papadimitriou and Kenneth Steiglitz.

Modules§

algorithm
Algorithms
data
Storing of linear programs in memory
io
Reading and writing of linear programs