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.

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

Description:<br />

Deprecated.<br />

Obtains the primal bound infeasibility. If acmode is accmode.con then<br />

pbi[i] = max(x c sub[i] − uc sub[i] , lc sub[i] − xc sub[i] , 0) for i = 0, . . . , len − 1<br />

If acmode is accmode.var then<br />

pbi[i] = max(x sub[i] − u x sub[i] , lx sub[i] − x sub[i], 0) for i = 0, . . . , len − 1<br />

A.2.105<br />

Task.getpcni()<br />

Task.getpcni(<br />

whichsol,<br />

sub,<br />

pcni)<br />

Deprecated.<br />

Arguments<br />

pcni : double[]<br />

pcni[i] contains primal cone infeasibility for the cone with index sub[i].<br />

sub : int[]<br />

Constraint indexes for which to calculate the equation infeasibility.<br />

whichsol : soltype<br />

Selects a solution.<br />

Description:<br />

Deprectaed.<br />

A.2.106<br />

Task.getpeqi()<br />

Task.getpeqi(<br />

whichsol,<br />

sub,<br />

peqi,<br />

normalize)<br />

Deprecated.<br />

Arguments

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

Saved successfully!

Ooh no, something went wrong!