linear-programming icon indicating copy to clipboard operation
linear-programming copied to clipboard

A Common Lisp library for solving linear programming problems

Results 6 linear-programming issues
Sort by recently updated
recently updated
newest added

* [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/)?

documentation

I went ahead and followed the recommendations from #15 and used the swapping approach. I also added a test from the problem that failed for me before. Let me know...

First off, thanks for the library! Very cool stuff. I'm curious if you have any interest in adding a pre-solve phase to handle redundant constraints? I came across this limitation...

What i did ? I type into a new file these lines : ``` lisp (ql:quickload :linear-programming) (use-package :linear-programming) (with-solved-problem ((max (= w (+ x (* 4 y) (* 3...

Building with SBCL 2.5.5 / ASDF 3.3.5 for quicklisp dist creation. Trying to build commit id ca57a0bf4f0925db7d8adef2b5ad7a138b9ce74d *linear-programming-test* fails to build with the following error: ``` ; caught WARNING: ;...