I have maximise $$10x-2y+5z$$ s.t $$2x+y-z \le 3$$ $$-8x-2y+5z \le 2 $$ $$-x+2y-3z \ge 7$$
This becomes maximise $$10x-2y+5z$$ s.t $$2x+y-z +s_1= 3$$ $$-8x-2y+5z +s_2=3 2 $$ $$-x+2y-3z -s_1= 7$$
Now only the third constraint gives me an infeasible solution
So auxiliary problem is
Minimize $$-x_0$$ s.t $$2x+y-z = 3$$ $$-8x-2y+5z =3 2 $$ $$-x+2y-3z -x_0= 7$$
if I were to add an $x_0$ in the second and third constraint the most that it would do is make the algebra tedious, but theoretically it should not change the answer as I am trying to achieve $x_0$ =0 anyway, is that correct?