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.

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

A.2.194<br />

Task.putconbound()<br />

Task.putconbound(<br />

i,<br />

bk,<br />

bl,<br />

bu)<br />

Changes the bound for one constraint.<br />

Arguments<br />

bk : boundkey<br />

New bound key.<br />

bl : double<br />

New lower bound.<br />

bu : double<br />

New upper bound.<br />

i : int<br />

Index of the constraint.<br />

Description:<br />

See also<br />

Changes the bounds for one constraint.<br />

If the a bound value specified is numerically larger than dparam.data tol bound inf it is considered<br />

infinite and the bound key is changed accordingly. If a bound value is numerically larger<br />

than dparam.data tol bound wrn, a warning will be displayed, but the bound is inputted as<br />

specified.<br />

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

A.2.195<br />

Task.putconboundlist()<br />

Task.putconboundlist(<br />

sub,<br />

bkc,<br />

blc,<br />

buc)<br />

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

Arguments

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

Saved successfully!

Ooh no, something went wrong!