<< sifqld CUTEr sifquapro >>

CUTEr >> CUTEr > sifqpsolve

sifqpsolve

apply qpsolve function to a SIF problem

Calling Sequence

[xopt,iact,iter,fopt]=sifqpsolve(siffile)
>

Parameters

siffile

path of the SIF problem file

xopt

optimal solution found.

iact

vector, indicator of active constraints. The first non zero entries give the index of the active constraints

iter

. 2x1 vector, first component gives the number of "main" iterations, the second one says how many constraints were deleted after they became active.

Description

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.

Examples

p=get_sif_path()
[x,lagr,f]=sifqpsolve(p+'/sif/AVGASA.SIF')

See Also

Authors


Report an issue
<< sifqld CUTEr sifquapro >>