Continued question from here.
With certain questions I have $x_i$ being constrained by various different inequalities, I want to know how to remove these from the problem, to bring me back to a straight forward application of the stars and bars method.
How can I convert a problem like:
$$\def\x{x_}\x1+\x2+\x3+\dots+x_i =15$$ with $\x1\leq3$
Back to a simple stars and bars problem such as $$y_1+\x2+\x3+\dots+x_i=33$$
How can I convert that bad $\x1$ into a nice $y_1$
$x_i,y_i\in\mathbb{Z^{\geq0}}$
I can see how to do it for $x_i \geq k$ since I can just take $y_a =x_a - k \geq 0$ and take $x_a = y_a +k$ and sub it into the original equation, which gives me some stars and some bars :).