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.

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

last : int<br />

Index of the last constraint in the slice plus 1.<br />

Description:<br />

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

See also<br />

• Task.putconbound Changes the bound for one constraint.<br />

• Task.putconboundlist Changes the bounds of a list of constraints.<br />

A.2.197<br />

Task.putcone()<br />

Task.putcone(<br />

k,<br />

conetype,<br />

conepar,<br />

submem)<br />

Replaces 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.<br />

submem : int[]<br />

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

Description:<br />

Replaces a conic constraint.<br />

A.2.198<br />

Task.putconename()<br />

Task.putconename(<br />

j,<br />

name)<br />

Puts the name of a cone.

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

Saved successfully!

Ooh no, something went wrong!