So, here is my question.
For a SOCP problem with many second order cone constraints, e.g. $m=10000$ in the following formulation, how to solve the problem efficiently?
$$\min{f(x)}$$ $$s.t. ||A_ix+b_i||_2\le c_i^Tx+d_i~~\forall i=1,2,\cdots,m$$ where $x\in R^n$ is the variable and $A_i\in R^{m\times n},~b_i\in R^m,~c_i\in R^n,d_i\in R$ are parameters.
Does solve the corresponding dual problem help improve the computation efficiency?