I was trying to call QuadraticProblem.from_docplex()
in qiskit, and found that it cannot be found anymore. Is it depreciated? What is the alternative? Thanks!
I was trying to call QuadraticProblem.from_docplex()
in qiskit, and found that it cannot be found anymore. Is it depreciated? What is the alternative? Thanks!
That function was already deprecated in the prior optimization version 0.2.0. It was removed in 0.3.0 after the deprecation ended. User may use from_docplex_mp
instead