Suppose I have a linear program of the form $\max c^Tx$ such that $Ax \leq b$. I am curious as to the continuity of the solutions to such a linear program under perturbations of the entries of $A$.
Are there any results of the form "If $\delta > 0$ is small enough, then the solution $x^*$ to $\max c^Tx$ such that $Ax \leq b$ will be within $\epsilon$ of the solution $x^*_{\delta}$ to $\max c^Tx$ such that $(A+B\delta)x \leq b$? In this case any nonzero $B$ matrix would be sufficient for what I am looking for.
If not, are there any counterexamples where no matter how small $\delta$ is, the solution $x^*_{\delta}$ stays at least a fixed distance from $x^*$?