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.

536 APPENDIX C. RESPONSE CODES<br />

rescode.err unb step size<br />

A step size in an <strong>optimizer</strong> was unexpectedly unbounded. For instance, if the step-size becomes<br />

unbounded in phase 1 of the simplex algorithm then an error occurs. Normally this will happen<br />

only if the problem is badly formulated. Please contact <strong>MOSEK</strong> support if this error occurs.<br />

rescode.err undef solution<br />

<strong>MOSEK</strong> has the following solution types:<br />

• an interior-point solution,<br />

• an basic solution,<br />

• and an integer solution.<br />

Each <strong>optimizer</strong> may set one or more of these solutions; e.g by default a successful optimization<br />

with the interior-point <strong>optimizer</strong> defines the interior-point solution, and, for linear problems,<br />

also the basic solution. This error occurs when asking for a solution or for information about a<br />

solution that is not defined.<br />

rescode.err undefined objective sense<br />

<strong>The</strong> objective sense has not been specified before the optimization.<br />

rescode.err unhandled solution status<br />

Unhandled solution status.<br />

rescode.err unknown<br />

Unknown error.<br />

rescode.err upper bound is a nan<br />

<strong>The</strong> upper bound specificied is not a number (nan).<br />

rescode.err upper triangle<br />

An element in the upper triangle of a lower triangular matrix is specified.<br />

rescode.err user func ret<br />

An user function reported an error.<br />

rescode.err user func ret data<br />

An user function returned invalid data.<br />

rescode.err user nlo eval<br />

<strong>The</strong> user-defined nonlinear function reported an error.<br />

rescode.err user nlo eval hessubi<br />

<strong>The</strong> user-defined nonlinear function reported an invalid subscript in the Hessian.<br />

rescode.err user nlo eval hessubj<br />

<strong>The</strong> user-defined nonlinear function reported an invalid subscript in the Hessian.

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

Saved successfully!

Ooh no, something went wrong!