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.

A.2. CLASS TASK 213<br />

A.2.16<br />

Task.commitchanges()<br />

Task.commitchanges()<br />

Commits all cached problem changes.<br />

Description:<br />

Commits all cached problem changes to the task. It is usually not necessary explicitly to call<br />

this function since changes will be committed automatically when required.<br />

A.2.17<br />

Task.deletesolution()<br />

Task.deletesolution(whichsol)<br />

Undefines a solution and frees the memory it uses.<br />

Arguments<br />

whichsol : soltype<br />

Selects a solution.<br />

Description:<br />

Undefines a solution and frees the memory it uses.<br />

A.2.18<br />

Task.dualsensitivity()<br />

Task.dualsensitivity(<br />

subj,<br />

leftpricej,<br />

rightpricej,<br />

leftrangej,<br />

rightrangej)<br />

Performs sensitivity analysis on objective coefficients.<br />

Arguments<br />

leftpricej : double[]<br />

leftpricej[j] is the left shadow price for the coefficients with index subj[j].<br />

leftrangej : double[]<br />

leftrangej[j] is the left range β 1 for the coefficient with index subj[j].

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

Saved successfully!

Ooh no, something went wrong!