We are given a system of inequalities expressed in the following way: $$ Ax> \underline{k}$$ where $A\in\mathbb{M}_{n,m(\mathbb{R})}$, with n>m, and $\underline{k}=(k,k,\ldots,k)\in\mathbb{R}^n$.
In general, the system might or might not admit solutions. I would like to find a solution $x\in\mathbb{R}^m$ that minimizes the number of violated inequalities. It's the first time I have to deal with this sort of discrete optimization problems and to be honest I have no idea where to start from.
If you could at least direct me a bit, that would be very helpful.
Thank you!