IntegerToBinary.decode

IntegerToBinary.decode(result)[source]

Convert the encoded problem (binary variables) back to the original (integer variables).

Parameters

result (OptimizationResult) – The result of the converted problem.

Return type

OptimizationResult

Returns

The result of the original problem.