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.

280 APPENDIX A. <strong>API</strong> REFERENCE<br />

A.2.138<br />

Task.getsuc()<br />

Task.getsuc(<br />

whichsol,<br />

suc)<br />

Obtains the suc vector for a solution.<br />

Arguments<br />

suc : double[]<br />

<strong>The</strong> s c u vector.<br />

whichsol : soltype<br />

Selects a solution.<br />

Description:<br />

See also<br />

Obtains the s c u vector for a solution.<br />

• Task.getsucslice Obtains a slice of the suc vector for a solution.<br />

A.2.139<br />

Task.getsucslice()<br />

Task.getsucslice(<br />

whichsol,<br />

first,<br />

last,<br />

suc)<br />

Obtains a slice of the suc 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 />

suc : double[]<br />

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

whichsol : soltype<br />

Selects a solution.

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

Saved successfully!

Ooh no, something went wrong!