Online solver gave me that this problem was unbounded. $$Maximise − 7 + x − 2y + 3z − w_3$$ subject to $$w_1 = 3 − 2x − y + z$$ $$w_2 = 2 + 8x + 2y − 5z$$ $$w_0 = 7 − x + 2y − 3z + w_3$$ $$x, y, z, w_0, w_1, w_2, w_3 \ge 0$$
I can increase $x$ by a maximum of $\frac{2}{8}$ and $w_1$ is my leaving variable.
Maximise $$\frac{-11}{2} − \frac{w_1}{2} − \frac{5y}{2} + \frac{7z}{2} + w_3$$
$$x = \frac{3}{2} − \frac{w_1}{2} − \frac{y}{2} + \frac{z}{2}$$ $$w_2 = 2 + 8x + 2y − 5z$$ $$w_0 = 7 − x + 2y − 3z + w_3$$ $$x, y, z, w_0, w_1, w_2, w_3 \ge 0$$
So is the giveaway that I can set $z$ to whatever value and then adjust all others to satisfy the non-negativity constraints?