qiskit.optimization.converters.InequalityToEquality.interpret¶
-
InequalityToEquality.
interpret
(x)[source]¶ Convert a result of a converted problem into that of the original problem.
- Parameters
x (
Union
[ndarray
,List
[float
]]) – The result of the converted problem or the given result in case of FAILURE.- Return type
ndarray
- Returns
The result of the original problem.