Hi,
I am currently using Mosek within matlab to solve a quadratic program (QP). I am comparing the computation complexity of two optimization problems, denoted as A,B respectively. And the number of variables and constraints of the two problems are not the same. A have 20% more variables than B but 18% less constraint number then B. I am curious that is there any big O notation time complexity of QP, indicating whether the number of variables or constraint number are more important in deciding the computation time. I know that sparsity of the optimization problem is an important factor, but take this aside, I am just curious about the big O notation time complexity of QP, which decides whether number of variables or constraint are more important. Any advice would help. Thank u!