.LinearMPC.Solver.QPSolve

Information

Modelica predictive control library (by the Institute of Automatic Control, RWTH Aachen University)

Interface

function QPSolve
  input Real[:, :] H;
  input Real[:] G;
  input Real[:, :] A;
  input Real[:] b;
  input Integer n "dimension of the optimization problem";
  input Integer m "number of constraints";
  input Real[:] Xstart "start value for the iteration";
  output Real[n] x;
end QPSolve;

Generated at 2024-11-20T19:25:51Z by OpenModelicaOpenModelica 1.24.2 using GenerateDoc.mos