I have a linear programming problem of the form
$\max_{x_1,\ldots,x_N} \mathbf{c}^T\mathbf{x}$
such that
$\mathbf{Ax}\leq \mathbf{b}$ and
($x_{\text{min}}\leq x_i\leq x_{\text{max}}$ or $x_i=0$)
where $x_{\text{max}}, x_{\text{min}} > 0$
So the catch is that I want to allow an interval plus a point value for variables $x_i$
Is this still solvable using standard LP solvers?
Thanks for the help