I just started reading up on linear programming by myself, and am a bit confused by the decision variable coefficients $c_j$, in the objective function $ \sum_j c_jx_j$.
Do they matter? I mean, if I replace $4x + 2y$ with $2x + y$, or with $8x + 4y$, i.e. keep them at the same ratio, will it effect the optimum solution, or just the value of the function itself?
I'm not sure, but surely many Simplex method problems would be easier to calculate if we could take advantage of above, if it were true?
Also, if we didn't know the coefficients, how would we graphically solve it? Right now I'm just practicising the intuition with 2 variables, and if I did just call $c_1 = c_1$ and $c_2 = kc_1$, how would I go about solving it graphically, i.e. with the slopes and everything?