A Quadratic programming API

At Matlab prompt enter QPBench. A full screen APi appears which gives you the possibility to create QP Problem with known solution.

Ahora está siguiendo esta publicación

QPBench is a self contained API to create dense QP problem with known solution and solves it with 3 included solvers : quadprog, Goldfarb Idnani and CPL from Opti Toolbox. Any user solver can be added for checking purpose or testing. The inclusion of CPL can be considered as a exemple to include any new solver according to quadprog like interface. CPL is originnaly a C code which appears here as mexw64 file and its wrapper. If matlab optimization toolbox is not available, a quadprog like code is included as an interface to matlab freely available qpsub file. Many extensions could be added in the future to produce problem with empty feasible domain, unbounded variables, integers constraints.....
This first version however offers the possiblity to manage the dificulty to solve numerically the computed problems, with or without equality constraints, inequality constraints, and to control how many constraints are active at optimum.

Citar como

Alain Barraud (2026). A Quadratic programming API (https://es.mathworks.com/matlabcentral/fileexchange/124260-a-quadratic-programming-api), MATLAB Central File Exchange. Recuperado .

Información general

Compatibilidad con la versión de MATLAB

  • Compatible con cualquier versión desde R2017a hasta R2022b

Compatibilidad con las plataformas

  • Windows
  • macOS
  • Linux
Versión Publicado Notas de la versión Action
1.0.1

omitted dependent files have been added

1.0.0