Indeed many authors have various versions of standard form LP problems, but I am wondering if the following is an essential trait:
In an LP problem we have min(f(x)) with constraint,say, $Ax\geq b$. My question is whether the RHS has to be positive when changing to standard form eg. $3x-2y\leq -5\Rightarrow -3x+2y-s= 5$?
I don't think so because the simplex method relies on comparing the pivots i.e. ratios of coeff/RHS, and so any sign difference cancels out.

