CVXPY
Maximize
  Sum(x @ [ 1.00005 -0.99995], None, False)
Subject To
 14: Pnorm(x, 2) <= 1.4142135623730951
Bounds
 x free
End
----------------------------------------
AFTER COMPILATION
Minimize
 Obj: -1.00005 x_0 +0.99995 x_1
Subject to
 c1: +1 x_2 <= +1.4142135623731
 c2: +1 soc_t_1 -1 x_2 = +0
 c3: +1 soc_t_2 -1 x_0 = +0
 c4: +1 soc_t_3 -1 x_1 = +0
 c5: + [ +1 soc_t_2 * soc_t_2 +1 soc_t_3 * soc_t_3 -1 soc_t_1 * soc_t_1 ] <= +0
Bounds
 x_0 free
 x_1 free
 x_2 free
 soc_t_2 free
 soc_t_3 free
End
----------------------------------------
SCIP
Maximize
 Obj: +1.00005 x_0 -0.99995 x_1
Subject to
\   [nonlinear] <14>: ((<x_0>*<x_0>+<x_1>*<x_1>))^0.5 <= 1.4142135623731;
Bounds
 x_0 free
 x_1 free
End