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.

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

last : int<br />

Last element plus 1 of the slice in c to be changed.<br />

slice : double[]<br />

New numerical values for coefficients in c that should be modified.<br />

Description:<br />

Modifies a slice in the linear term c in the objective using the principle<br />

c j = slice[j − first], j = first, .., last − 1<br />

A.2.201<br />

Task.putdouparam()<br />

Task.putdouparam(<br />

param,<br />

parvalue)<br />

Sets a double parameter.<br />

Arguments<br />

param : dparam<br />

Which parameter.<br />

parvalue : double<br />

Parameter value.<br />

Description:<br />

Sets the value of a double parameter.<br />

A.2.202<br />

Task.putintparam()<br />

Task.putintparam(<br />

param,<br />

parvalue)<br />

Sets an integer parameter.<br />

Arguments<br />

param : iparam<br />

Which parameter.

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

Saved successfully!

Ooh no, something went wrong!