CVXPY
Minimize
  quad_over_lin(x, 1.0)
Subject To
 17: quad_over_lin(x, 1.0) <= 1.0
Bounds
 x free
End
----------------------------------------
AFTER COMPILATION
Minimize
  x_0
Subject To
 R0: x_3 <= 1
 R1: - x_0 + soc_t_1 = 1
 R2: x_0 + soc_x_2 = 1
 R3: - 2 x_1 + soc_x_3 = 0
 R4: - 2 x_2 + soc_x_4 = 0
 R5: - x_3 + soc_t_5 = 1
 R6: x_3 + soc_x_6 = 1
 R7: - 2 x_1 + soc_x_7 = 0
 R8: - 2 x_2 + soc_x_8 = 0
 qc0: [ - soc_t_1 ^2 + soc_x_2 ^2 + soc_x_3 ^2 + soc_x_4 ^2 ] <= 0
 qc1: [ - soc_t_5 ^2 + soc_x_6 ^2 + soc_x_7 ^2 + soc_x_8 ^2 ] <= 0
Bounds
 x_0 free
 x_1 free
 x_2 free
 x_3 free
 soc_x_2 free
 soc_x_3 free
 soc_x_4 free
 soc_x_6 free
 soc_x_7 free
 soc_x_8 free
End
----------------------------------------
GUROBI
Minimize
 [ 2 x[0] ^2 + 2 x[1] ^2 ] / 2 
Subject To
 17: [ x[0] ^2 + x[1] ^2 ] <= 1
Bounds
 x[0] free
 x[1] free
End