CVXPY
Minimize
  exp(x + 1.0)
Subject To
 11: 1.0 <= x
Bounds
 x free
End
----------------------------------------
AFTER COMPILATION
Either candidate conic solvers (['GUROBI']) do not support the cones output by the problem (ExpCone, NonNeg), or there are not enough constraints in the problem.
----------------------------------------
GUROBI
Minimize
  exp_1
Subject To
 11: x >= 1
Bounds
 x free
 exp_1 free
General Constraints
\ exp_1 = exp(1 + x)
 GC0: exp_1 = NL : ( EXP , -1 , -1 ) ( PLUS , -1 , 0 ) 
  ( CONSTANT , 1 , 1 ) ( VARIABLE , x , 1 )
End