Suppose I have
$$ x = \operatorname{round}(y + c) \\ $$
I want to solve for $y$, though it's not really possible in this case. Is it possible to get $y$ as a range of values based on some lower and upper bound where those bounds are dependent on $x,c$?