I need to solve this optimization problem:
min $\sum^{N}_{i=1}x_i$,
with the following constraints:
$\sum^{N}_{i=1}\frac{b_i}{log_2(1+\frac{x_iz_i}{s})}-T\leq 0$
$0<x_i\leq X$
where $b_i, z_i >0$ for $i=1,\cdots, N$, and $s, T, X >0$ are all known variables. I tried to solve it with Lagrange multipliers, but did not succeed. Any suggestion on how to solve this?