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

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

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

bl : double<br />

New lower bound.<br />

bu : double<br />

New upper bound.<br />

j : int<br />

Index of the variable.<br />

Description:<br />

See also<br />

Changes the bounds for one variable.<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.putvarboundslice Changes the bounds for a slice of the variables.<br />

A.2.239<br />

Task.putvarboundlist()<br />

Task.putvarboundlist(<br />

sub,<br />

bkx,<br />

blx,<br />

bux)<br />

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

Arguments<br />

bkx : boundkey<br />

New bound keys.<br />

blx : double[]<br />

New lower bound values.<br />

bux : double[]<br />

New upper bound values.<br />

sub : int[]<br />

List of variable indexes.<br />

Description:<br />

Changes the bounds for one or more variables. If multiple bound changes are specified for a<br />

variable, then only the last change takes effect.

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

Saved successfully!

Ooh no, something went wrong!