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.

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

last : int<br />

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

Description:<br />

Obtains bounds information for a slice of the constraints.<br />

A.2.51<br />

Task.getcone()<br />

conetype,conepar,nummem = Task.getcone(<br />

k,<br />

submem)<br />

Obtains a conic constraint.<br />

Arguments<br />

conepar : double<br />

This argument is currently not used. Can be set to 0.0.<br />

conetype : conetype<br />

Specifies the type of the cone.<br />

k : int<br />

Index of the cone constraint.<br />

nummem : int<br />

Number of member variables in the cone.<br />

submem : int[]<br />

Variable subscripts of the members in the cone.<br />

Description:<br />

Obtains a conic constraint.<br />

A.2.52<br />

Task.getconeinfo()<br />

conetype,conepar,nummem = Task.getconeinfo(k)<br />

Obtains information about a conic constraint.<br />

Arguments<br />

conepar : double<br />

This argument is currently not used. Can be set to 0.0.

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

Saved successfully!

Ooh no, something went wrong!