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.

168 CHAPTER 13. THE ANALYZERS<br />

Supply Demand<br />

200<br />

Plant 1<br />

1<br />

2<br />

Store 1<br />

1100<br />

1000<br />

Plant 2<br />

1<br />

Store 2<br />

200<br />

5<br />

Store 3<br />

500<br />

1000<br />

Plant 3<br />

2<br />

1<br />

2<br />

Store 4<br />

500<br />

Figure 13.1: Supply, demand and cost of transportation.<br />

Furthermore, chapter 14 contains a discussion on a specific method for repairing infeasibility problems<br />

where infeasibilities are caused by model parameters rather than errors in the model or the<br />

implementation.<br />

13.2.1 Example: Primal infeasibility<br />

A problem is said to be primal infeasible if no solution exists that satisfy all the constraints of the<br />

problem.<br />

As an example of a primal infeasible problem consider the problem of minimizing the cost of transportation<br />

between a number of production plants and stores: Each plant produces a fixed number of<br />

goods, and each store has a fixed demand that must be met. Supply, demand and cost of transportation<br />

per unit are given in figure 13.1. <strong>The</strong> problem represented in figure 13.1 is infeasible, since the<br />

total demand<br />

exceeds the total supply<br />

2300 = 1100 + 200 + 500 + 500

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

Saved successfully!

Ooh no, something went wrong!