Solve the following LP problem:
f(x) = x1+x2+2*x3-2*x4
subject to:
x1+2x <= 700
2x2-8x4 <= 0
x2-2x3+x4 > 1
x1+x2+x3+x4 = 1
which translates to using two-phase simplex method: