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.

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

bl : double[]<br />

Values for lower bounds.<br />

bu : double[]<br />

Values for upper bounds.<br />

con : accmode<br />

Defines whether bounds for constraints (accmode.con) or variables (accmode.var) are<br />

changed.<br />

first : int<br />

First index in the sequence.<br />

last : int<br />

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

Description:<br />

See also<br />

Changes the bounds for a sequence of variables or constraints.<br />

• Task.putbound Changes the bound for either one constraint or one variable.<br />

• dparam.data tol bound inf Data tolerance threshold.<br />

• dparam.data tol bound wrn Data tolerance threshold.<br />

A.2.191<br />

Task.putcfix()<br />

Task.putcfix(cfix)<br />

Replaces the fixed term in the objective.<br />

Arguments<br />

cfix : double<br />

Fixed term in the objective.<br />

Description:<br />

Replaces the fixed term in the objective by a new one.<br />

A.2.192<br />

Task.putcj()<br />

Task.putcj(<br />

j,<br />

cj)

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

Saved successfully!

Ooh no, something went wrong!