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.

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

A.2.10<br />

Task.appendstat()<br />

Task.appendstat()<br />

Appends a record the statistics file.<br />

Description:<br />

Appends a record to the statistics file.<br />

A.2.11<br />

Task.appendvars()<br />

Task.appendvars(num)<br />

Appends a number of variables to the optimization task.<br />

Arguments<br />

num : int<br />

Number of variables which should be appended.<br />

Description:<br />

See also<br />

Appends a number of variables to the model. Appended variables will be fixed at zero. Please<br />

note that <strong>MOSEK</strong> will automatically expand the problem dimension to accommodate the additional<br />

variables.<br />

• Task.removevars <strong>The</strong> function removes a number of variables.<br />

A.2.12<br />

Task.basiscond()<br />

nrmbasis,nrminvbasis = Task.basiscond()<br />

Computes conditioning information for the basis matrix.<br />

Arguments<br />

nrmbasis : double<br />

An estimate for the 1 norm of the basis.<br />

nrminvbasis : double<br />

An estimate for the 1 norm of the inverse of the basis.

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

Saved successfully!

Ooh no, something went wrong!