qiskit.optimization.algorithms.RecursiveMinimumEigenOptimizer.is_compatible¶
-
RecursiveMinimumEigenOptimizer.
is_compatible
(problem)¶ Checks whether a given problem can be solved with the optimizer implementing this method.
- Parameters
problem (
QuadraticProgram
) – The optimization problem to check compatibility.- Return type
bool
- Returns
Returns True if the problem is compatible, False otherwise.