qiskit.optimization.converters.IntegerToBinary.interpret¶
-
IntegerToBinary.
interpret
(x)[source]¶ Convert back the converted problem (binary variables) to the original (integer variables).
- 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.