LightenQP.jl
Features • Installation • License • Documentation
LightenQP.jl solves the following convex quadratic programming problems (called OOQP
):
with positive semi-definite symmetric matrix LightenQP
is (OOQP + d≤x≤u + h≤Cx
)
- Light Weight: 100+ lines Julia code. Which follows closely the the implementation of the C/C++ solver OOQP
- Fast: Speed and Accuracy
-
Versatile: solving a general quadratic programming problem mentioned above.
$\mathbf{V}$ can be positive definite or positive semi-definite - Open Source: Our code is available on GitHub and distributed under the MIT License
-
Arbitrary Precision Arithmetic: fully support for
BigFloat
LightenQP.jl can be added by
import Pkg; Pkg.add("LightenQP")
pkg> add LightenQP
pkg> dev LightenQP
for testing nightly version. To use the registered version againpkg> free LightenQP
This project is licensed under the MIT License - see the LICENSE file for details.