CVXPY
Minimize
  Pnorm(X, 2)
Subject To
Bounds
 X free
End
----------------------------------------
AFTER COMPILATION
Minimize
  x_0
Subject To
 R0: - x_0 + soc_t_0 = 0
 R1: - x_1 + soc_x_1 = 0
 R2: - x_2 + soc_x_2 = 0
 R3: - x_3 + soc_x_3 = 0
 R4: - x_4 + soc_x_4 = 0
 qc0: [ - soc_t_0 ^2 + soc_x_1 ^2 + soc_x_2 ^2 + soc_x_3 ^2 + soc_x_4 ^2 ]
   <= 0
Bounds
 x_0 free
 x_1 free
 x_2 free
 x_3 free
 x_4 free
 soc_x_1 free
 soc_x_2 free
 soc_x_3 free
 soc_x_4 free
End
----------------------------------------
GUROBI
Minimize
  0 X[0,0] + 0 X[0,1] + 0 X[1,0] + 0 X[1,1] + norm2_1
Subject To
Bounds
 X[0,0] free
 X[0,1] free
 X[1,0] free
 X[1,1] free
General Constraints
 GC0: norm2_1 = NORM ( 2 ) ( X[0,0] , X[0,1] , X[1,0] , X[1,1] )
End