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.

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

maxdbi : double<br />

Maximum infeasibility in bounds on dual variables.<br />

max{0, max i∈{0,...,n−1} −(s x l ) i , max i∈{0,...,n−1} −(s x u) i , max i∈{0,...,m−1} −(s c l ) i , max i∈{0,...,m−1} −(s c u) i }<br />

maxdcni : double<br />

Maximum infeasibility in the dual conic constraints.<br />

maxdeqi : double<br />

Maximum infeasibility in the dual equality constraints.<br />

max { ∥ ∥A T y + s x l − s x u − c ∥ ∞ , ‖ − y + s c l − s c }<br />

u‖ ∞<br />

maxinti : double<br />

Maximum infeasibility in integer constraints.<br />

max i∈{0,...,n−1} (min(x i − ⌊x i ⌋, ⌈x i ⌉ − x i )).<br />

maxpbi : double<br />

Maximum infeasibility in primal bounds on variables.<br />

max {0, max i∈1,...,n−1 (x i − u x i ), max i∈1,...,n−1 (li x − x i ), max i∈1,...,n−1 (x c i − u c i), max i∈1,...,n−1 (li c − x c i)}<br />

maxpcni : double<br />

Maximum infeasibility in the primal conic constraints.<br />

maxpeqi : double<br />

Maximum infeasibility in primal equality constraints.<br />

‖Ax − x c ‖ ∞<br />

primalobj : double<br />

Value of the primal objective.<br />

c T x + c f<br />

prosta : prosta<br />

Problem status.<br />

solsta : solsta<br />

Solution status.<br />

whichsol : soltype<br />

Selects a solution.<br />

Description:<br />

Deprecated. Use Task.getsolutioninfo instead.

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

Saved successfully!

Ooh no, something went wrong!