This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Description
What is the expected enhancement?
Currently, QuantumRandomAccessOptimizer.solve() performs some post-processing on the rounding results. However, if one calls solve_relaxed() and then performs rounding manually, there is no convenient way to perform this post-processing. We should add such a way.
Once complete, we should also update the second tutorial with the new method and remove the following text:
Note: in the future, we will expose functionality to easily translate the results obtained by manually rounding back to the solution of original problem. Currently, this happens automatically when calling QuantumRandomAccessOptimizer.solve(problem).