StatusSwitchingQP.jl
Features โข Installation โข License โข Documentation
StatusSwitchingQP.jl solves the following convex quadratic programming problems (called SSQP
):
with positive semi-definite symmetric matrix
- Fast and Accurate: Speed and Accuracy
- Open Source: Our code is available on GitHub and distributed under the MIT License
-
Arbitrary Precision Arithmetic: fully support for
BigFloat
-
Dense Matrix: For portfolio selection, and
$\min(N, M+J) = O(10^2)$
StatusSwitchingQP.jl can be added by
import Pkg; Pkg.add("StatusSwitchingQP")
pkg> add StatusSwitchingQP
pkg> dev StatusSwitchingQP
for testing nightly version. To use the registered version againpkg> free StatusSwitchingQP
This project is licensed under the MIT License - see the LICENSE file for details.