<< ugrsh CUTEr unlink >>

CUTEr >> CUTEr > unames

unames

unconstrained tool, obtain the names of the problem and its variables

Calling Sequence

PNAME = unames()
[PNAME,VNAME] = unames()

Parameters

n

number of variable names to be returned.

PNAME

name of the problem

VNAME

:

Description

pname=unames() returns the problem name in pname,

[pname,vnames]=cnames() returns the problem name in pname, all variable names in vnames.

[pname,vnames]=cnames(n) gets only the problem name and the first n variable names

Examples

p=get_sif_path()
sifdecode(p+'sif/BROWNDEN.SIF',TMPDIR+'/BROWNDEN')
buildprob(TMPDIR+'/BROWNDEN')
[X,BL,BU]=usetup(TMPDIR+'/BROWNDEN/OUTSDIF.d')

[PNAME,VNAME] = unames()

Authors

Bibliography

Based on CUTEr authored by

Nicholas I.M. Gould - n.gould@rl.ac.uk - RAL

Dominique Orban - orban@ece.northwestern.edu - Northwestern

Philippe L. Toint - Philippe.Toint@fundp.ac.be - FUNDP

see http://hsl.rl.ac.uk/cuter-www


Report an issue
<< ugrsh CUTEr unlink >>