Clj-qp 0.3
Released under the Eclipse Public License
Lib to solve quadratic programs in clojure, wrapping FICO xpress solver.
Installation
To install, add the following dependency to your project or build file:
[org.clojars.philipperolet/clj-qp "0.3"]
Namespaces
mzero.qp.xprs
Module to solve convex quadratic programs: - `solve-qp` solves 0.5 xT.Q.x + cT.x; - `solve-lcls` solves the linearly constrained least squares problem (which is a subset of the above)
Public variables and functions: