apply qpsolve function to a SIF problem
[xopt,iact,iter,fopt]=sifqpsolve(siffile)
path of the SIF problem file
optimal solution found.
vector, indicator of active constraints. The first non zero entries give the index of the active constraints
. 2x1 vector, first component gives the number of "main" iterations, the second one says how many constraints were deleted after they became active.
The sifqpsolve
function decodes, compile,
link the given problem, check if fits the
qpsolve
scope, and finally call the Scilab function
qpsolve
in order to solve the given problem.