i solve this classical optimization using docplex . The requirement is that I need to solve it with quantum algorithms. For solving QUBO problems, I could use QAOA. But for solving quadratic programming problems with only continuous variables, I don't know which quantum algorithm I could use. Or maybe this problem could be converted to a QUBO problem and then handled by QAOA. I'm not sure. and is it poussible to convert directely docplex problem to quadratic program and after to QUBO for simple ising hamiltonien ?
Could anyone help me?