﻿http://riot.ieor.berkeley.edu/riot/Applications/SimplexDemo/Simplex.html

Problema:

Maximize p =  x + y  subject to
2 x + y  <= 4
x + 2y <= 3

(variables son siempre positivas)

Tableaus se generan en el mismo applet

Dsitinta convencion de signo para los costos reducidos.

Optimal Solution: p = 7/3; x = 5/3, y = 2/3
