How it is currently:
- Which application? and how to build a problem instance? (->SAT, TSP, PVC,...)
- Which mapping do you want? (-> QUBO/Ising/...)
- Which solving method do you want to use and how do you want to configure it? (->Annealer, QAOA, Classical, ...)
Intuitively you would ask the questions in the following order: 1->3->2 because you want to know with which method you want to solve a problem before you think about the mapping
How it is currently:
Intuitively you would ask the questions in the following order: 1->3->2 because you want to know with which method you want to solve a problem before you think about the mapping