I only see people deal with linear programming by converting it to standard form and solve using simplex algorithm.
My question is why we stay focused on equality constraints rather than inequality ones while tackling linear programming?
I only see people deal with linear programming by converting it to standard form and solve using simplex algorithm.
My question is why we stay focused on equality constraints rather than inequality ones while tackling linear programming?
Because the proof that the simplex algorithm works relies on having equalities. Any inequalities can be turned into equalities by adding extra variables, so this is no big deal. An interesting point, however, is that the inequalities are still kind of there. We still require $x_i\geq0$ for all $i$. So you can say we only simplified the inequalities, at the cost of adding variables. However, this is still exactly what the simplex algorithm is designed to solve.