linear-programming
linear-programming copied to clipboard
A Common Lisp library for solving linear programming problems
* [x] Sexp format * [x] Human-readable, standard format writer * MPS format * [x] reader * [ ] writer * Other solver formats (eg http://lpsolve.sourceforge.net/5.1/formulate.htm#Read%20the%20model%20from%20an%20ASCII%20file)
Nice system, thanks. Perhaps some additional documentation and examples, especially examples, would be helpful. For example one demonstrating how to do [linear regression](https://machinelearningmastery.com/solve-linear-regression-using-linear-algebra/)?