25.11.2015 Views

The MOSEK Python optimizer API manual Version 7.0 (Revision 141)

Optimizer API for Python - Documentation - Mosek

Optimizer API for Python - Documentation - Mosek

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

A.2. CLASS TASK 279<br />

subi : int[]<br />

Row subscripts of the matrix non-zero elements.<br />

subj : int[]<br />

Column subscripts of the matrix non-zero elements.<br />

valij : double[]<br />

Coefficients of the matrix non-zero elements.<br />

Description:<br />

Get a single symmetric matrix from the matrix store.<br />

A.2.136<br />

Task.getstrparam()<br />

len,parvalue = Task.getstrparam(param)<br />

Obtains the value of a string parameter.<br />

Arguments<br />

len : int<br />

<strong>The</strong> length of the parameter value.<br />

param : sparam<br />

Which parameter.<br />

parvalue : str<br />

If this is not NULL, the parameter value is stored here.<br />

Description:<br />

Obtains the value of a string parameter.<br />

A.2.137<br />

Task.getstrparamlen()<br />

len = Task.getstrparamlen(param)<br />

Obtains the length of a string parameter.<br />

Arguments<br />

len : int<br />

<strong>The</strong> length of the parameter value.<br />

param : sparam<br />

Which parameter.<br />

Description:<br />

Obtains the length of a string parameter.

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!