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.

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

A.3.2<br />

Env.checkoutlicense()<br />

Env.checkoutlicense(feature)<br />

Check out a license feature from the license server ahead of time.<br />

Arguments<br />

feature : feature<br />

Feature to check out from the license system.<br />

Description:<br />

Check out a license feature from the license server. Normally the required license features will<br />

be automatically checked out the first time it is needed by the function Task.optimize. This<br />

function can be used to check out one or more features ahead of time.<br />

<strong>The</strong> license will remain checked out for the lifetime of the <strong>MOSEK</strong> environment or until the<br />

function Env.checkinlicense is called.<br />

If a given feature is already checked out when this function is called, only one feature will be<br />

checked out from the license server.<br />

A.3.3<br />

Env.echointro()<br />

Env.echointro(longver)<br />

Prints an intro to message stream.<br />

Arguments<br />

longver : int<br />

If non-zero, then the intro is slightly longer.<br />

Description:<br />

Prints an intro to message stream.<br />

A.3.4<br />

Env.getcodedesc()<br />

symname,str = Env.getcodedesc(code)<br />

Obtains a short description of a response code.

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

Saved successfully!

Ooh no, something went wrong!