25.11.2015 Views

The MOSEK command line tool Version 7.0 (Revision 141)

The MOSEK command line tool. Version 7.0 ... - Documentation

The MOSEK command line tool. Version 7.0 ... - Documentation

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

64 CHAPTER 7. THE ANALYZERS<br />

makes the problem feasible.<br />

7.2.3 Locating the cause of dual infeasibility<br />

A problem may also be dual infeasible. In this case the primal problem is often unbounded, mening<br />

that feasbile solutions exists such that the objective tends towards infinity. An example of a dual<br />

infeasible and primal unbounded problem is:<br />

minimize x 1<br />

subject to x 1 ≤ 5.<br />

To resolve a dual infeasibility the primal problem must be made more restricted by<br />

• Adding upper or lower bounds on variables or constraints.<br />

• Removing variables.<br />

• Changing the objective.<br />

7.2.3.1 A cautious note<br />

<strong>The</strong> problem<br />

minimize 0<br />

subject to 0 ≤ x 1 ,<br />

x j ≤ x j+1 , j = 1, . . . , n − 1,<br />

x n ≤ − 1<br />

is clearly infeasible. Moreover, if any one of the constraints are dropped, then the problem becomes<br />

feasible.<br />

This illustrates the worst case scenario that all, or at least a significant portion, of the constraints are<br />

involved in the infeasibility. Hence, it may not always be easy or possible to pinpoint a few constraints<br />

which are causing the infeasibility.<br />

7.2.4 <strong>The</strong> infeasibility report<br />

<strong>MOSEK</strong> includes functionality for diagnosing the cause of a primal or a dual infeasibility. It can be<br />

turned on by setting the MSK IPAR INFEAS REPORT AUTO to MSK ON. This causes <strong>MOSEK</strong> to print a<br />

report on variables and constraints involved in the infeasibility.<br />

<strong>The</strong> MSK IPAR INFEAS REPORT LEVEL parameter controls the amount of information presented in the<br />

infeasibility report. <strong>The</strong> default value is 1 .

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

Saved successfully!

Ooh no, something went wrong!