9 version = "unstable-2023-01-20";
11 src = fetchFromGitHub {
14 rev = "4c51d91deb5af251957edf9454bfb74279a4544e";
15 hash = "sha256-uozwuTAOPsRwYM9KyG3V0hwcmaPpfZPID9Wdd4olsvY=";
23 description = "C++ library for Quadratic Programming";
25 QuadProg++ is a C++ library for Quadratic Programming which implements
26 the Goldfarb-Idnani active-set dual method.
28 homepage = "https://github.com/liuq/QuadProgpp";
29 license = licenses.mit;
30 maintainers = with maintainers; [ wegank ];
31 platforms = platforms.all;