Simplex Method/Examples/Arbitrary Example 1

From ProofWiki
Jump to navigation Jump to search

Examples of Use of Simplex Method

Consider this exercise in linear programming:

Let it be required to find the minimum of the function:

$\map U {x, y} = 4 x + 3 y$

subject to the conditions:

\(\ds x + y\) \(\le\) \(\ds 20\)
\(\ds 3 x + y\) \(\le\) \(\ds 30\)
\(\ds x\) \(\ge\) \(\ds 0\)
\(\ds y\) \(\ge\) \(\ds 0\)

The maximum feasible value of $U$ is given by:

$U = 65$


The simplex is the shaded region in the following diagram:


Linear-programming-example.png


and the optimizing vertex is $E$.


Sources