.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-03-28T19:15:55Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos