Presumably your first step is to convert the inequality to $ac + bc - a \ge 0$, which is quadratic. I'm not sure what you mean by the quadratic matrix being positive semidefinite "on the selected domain", since the Hessian matrix is a constant (and is not psd). In any case, the feasible region is clearly not convex. For instance, (a, b, c) = (0, 0.1, 0) and (a, b, c) = (10, 0, 1) both satisfy the constraint but their midpoint (5, 0.05, 0.5) does not. CPLEX can solve nonconvex QPs and MIQPs (I think), but as far as I know it cannot solve nonconvex MIQCPs (i.e., where the feasible region is nonconvex). So I think you are going to have to do a PWL approximation or perhaps switch to a nonconvex solver.
------------------------------
Paul Rubin
Professor Emeritus
Michigan State University
------------------------------