We have to minimize $f(x,y,z) = a x + b ln(y) + c ln(z)$ with linear constraints of the form $\ d < x,y,z < e $, where $\ a, b, c,d $ and $\ e$ are constants.
$\ f(x,y,z) $ is a strictly concave function because its Hessian matrix turns out to be negative definite, assuming that $\ a, b, c,d $ and $\ e$ are positive.
Is there a way to convert it into a convex function that would allow a global minima? If not, which solvers can be used to optimize a concave function?