Problem in concave constraint <= constant

Hi,

I am trying to maximize a concave function under some linear and concave constraints. However, I am getting error while solving the optimization problem using CVX. It is showing that I can not consider concave constraint <= constraint.

Please suggest any solution to this problem.

Regards,
Nilanjan

CVX only allows convex constraints.

concave function <= constant is not a convex constraint.