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 269<br />

Arguments<br />

snx : double[]<br />

<strong>The</strong> s x n vector.<br />

whichsol : soltype<br />

Selects a solution.<br />

Description:<br />

See also<br />

Obtains the s x n vector for a solution.<br />

• Task.getsnxslice Obtains a slice of the snx vector for a solution.<br />

A.2.128<br />

Task.getsnxslice()<br />

Task.getsnxslice(<br />

whichsol,<br />

first,<br />

last,<br />

snx)<br />

Obtains a slice of the snx vector for a solution.<br />

Arguments<br />

first : int<br />

First index in the sequence.<br />

last : int<br />

Last index plus 1 in the sequence.<br />

snx : double[]<br />

Dual variables corresponding to the conic constraints on the variables.<br />

whichsol : soltype<br />

Selects a solution.<br />

Description:<br />

See also<br />

Obtains a slice of the s x n vector for a solution.<br />

• Task.getsnx Obtains the snx vector for a solution.

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

Saved successfully!

Ooh no, something went wrong!