How can I find the range of an added parameter in the linear programming problem which preserve the original optimal solution remaining to be the optimal solution? such as: $$ Max \space\space\space 6x_1+x_2+\theta x_3 $$ $\theta$ is the added parameter, it used to be zero, and we get the original optimal solution $(x^{*}_{1},x^{*}_{2})$ of the problem , the constrain conditions hasn't been changed.
In fact, I am dealing with the following problem in the picture, and I think I can use $y_1=-3x_2+4x_3, \space y_2=x_2+x_3$ to transform the problem into the former type. but I still don`t know how to deal with it. I have a toilsome method to just calculate all the vertex and construct the equality between the value of different vertex to get the max and min of $\theta$ of the problem. If I take $\theta$ into the simplex method to calculate directly, there would be too many classified discussion based on the value of $\theta$, Is there any simple method for such a problem?
