GraphOptimizationApplication.interpret¶
- abstract GraphOptimizationApplication.interpret(result)¶
Convert the calculation result of the problem (
OptimizationResult
or a binary array using np.ndarray) to the answer of the problem in an easy-to-understand format.- パラメータ:
result (OptimizationResult | ndarray) – The calculated result of the problem