Given the following problem:
$$ \max. -3x_1 -2x_2 - \frac{9}{2}$$ $$ \text{s.t.} -x_1 + x_2 \le 0$$ $$ 5x_1 + 3x_2 \le 8$$ $$ x_1,x_2 \ge 0 $$
When we convert the LP into standard form and then write down the simplex tableau we see that the starting solution is already optimal:$$ x_3 ,x_4 \rightarrow \text{basic variables} $$ $$ x_1, x_2 \rightarrow \text{nonbasic variables}$$ Is it possible to transform the original problem so that the starting solution will be another extreme point?