<< perf_profile CUTEr sifdecode >>

CUTEr >> CUTEr > sifconmin

sifconmin

apply conmin function to a SIF problem

Calling Sequence

[fopt,xopt,gopt]=sifconmin(siffile)

Parameters

siffile

path of the SIF problem file

fopt

scalar, criterion at the found optimum

gopt

vector, Gradient at the found optimum

xopt

vector, optimum location

Description

The sifconmin function decodes, compile, link the given problem and then call the Scilab function conmin in order to solve the given problem.

Examples

p=get_sif_path()
[fopt,xopt,gopt]=sifconmin(p+'/sif/BROWNDEN.SIF')

See Also

Authors


Report an issue
<< perf_profile CUTEr sifdecode >>