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

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

A.2. CLASS TASK 283<br />

Arguments<br />

taskname : str<br />

Is assigned the task name.<br />

Description:<br />

Obtains the name assigned to the task.<br />

A.2.144<br />

Task.gettasknamelen()<br />

len = Task.gettasknamelen()<br />

Obtains the length the task name.<br />

Arguments<br />

len : int<br />

Returns the length of the task name.<br />

Description:<br />

Obtains the length the task name.<br />

See also<br />

• Task.getbarvarname Obtains a name of a semidefinite variable.<br />

A.2.145<br />

Task.getvarbound()<br />

bk,bl,bu = Task.getvarbound(i)<br />

Obtains bound information for one variable.<br />

Arguments<br />

bk : boundkey<br />

Bound keys.<br />

bl : double<br />

Values for lower bounds.<br />

bu : double<br />

Values for upper bounds.<br />

i : int<br />

Index of the variable for which the bound information should be obtained.<br />

Description:<br />

Obtains bound information for one variable.

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

Saved successfully!

Ooh no, something went wrong!