I've just had a lecture in which the simplex method was described and solved graphically (not using the tableau method I've seen after a quick Google).
The professor would give us examples and we'd identify the function to maximize/minimize and then write the constraints as inequalities. Then them in standard form as equalities. That all makes sense.
Then we were asked to graph them and for a constraint like $x> 4$. I can just draw in the line $x = 4$ and see it just be higher than that, which is fine. We then had to graph the function itself e.g. $4x_1 + 5x_2 > 13$. Am I correct that to do that, you just graph it as equal to $13$? And of course you know how to graph it based on rearranging it in terms of $x_2$ i.e. $x_2 = \dfrac {13 - 4x_1} 5$, right?
Then if I understand you shade the region in which all the constraints are met and the first point you reach meeting the criteria (from the left or right depending on min or max) is the optimal solution?
If I've misunderstood this, I'd like to know now. It seems to make sense but I don't feel very confident with it and I couldn't find much on Google.