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.

Appendix D<br />

<strong>API</strong> constants<br />

D.1 Constraint or variable access modes<br />

accmode.var<br />

Access data by columns (variable oriented)<br />

accmode.con<br />

Access data by rows (constraint oriented)<br />

D.2 Basis identification<br />

basindtype.never<br />

Never do basis identification.<br />

basindtype.always<br />

Basis identification is always performed even if the interior-point <strong>optimizer</strong> terminates abnormally.<br />

basindtype.no error<br />

Basis identification is performed if the interior-point <strong>optimizer</strong> terminates without an error.<br />

basindtype.if feasible<br />

Basis identification is not performed if the interior-point <strong>optimizer</strong> terminates with a problem<br />

status saying that the problem is primal or dual infeasible.<br />

basindtype.reservered<br />

Not currently in use.<br />

545

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

Saved successfully!

Ooh no, something went wrong!