Let $x^*$ be the solution of the following LP:
$$ \begin{array}{c l} \underset {x} {\mathrm{minimize}} & c^{\mathrm{T}} x\\ \mathrm{subject~to}~& A x = b. \end{array} $$
Let $\hat{x}^*$ be the solution of
$$ \begin{array}{c l} \underset {x} {\mathrm{minimize}} & c^{\mathrm{T}} x\\ \mathrm{subject~to}~& A x = b + \Delta b. \end{array} $$
What is the relationship between $x^*$ and $\hat{x}^*$? For example:
Can we derive $\hat{x}^*$ based on $x^*$ without solving the second LP? or
Can we obtain any upper/lower bounds on $c^{\mathrm{T}} \hat{x}^*$?