I have following constraint in my optimization problem:
$0 \leq t \leq \frac{S}{B \ R(p)}$
where $t,p$ are optimization variables and $S,B$ are positive constants. $R(p)$ is a concave function which is in the denominator, is there any way to make this constraint convex?
Thanks in advance!