CVXPY
Minimize
  Sum(exp(x), None, False)
Subject To
 7: 1.0 <= x
Bounds
 x free
End
----------------------------------------
AFTER COMPILATION
Either candidate conic solvers (['SCIP']) do not support the cones output by the problem (ExpCone, NonNeg), or there are not enough constraints in the problem.
----------------------------------------
SCIP
OBJECTIVE
  Sense            : minimize
VARIABLES
  [continuous] <x_0>: obj=0, original bounds=[-inf,+inf]
  [continuous] <x_1>: obj=0, original bounds=[-inf,+inf]
  [continuous] <x3>: obj=1, original bounds=[-inf,+inf]
CONSTRAINTS
  [nonlinear] <c1>: exp((<x_0>))+exp((<x_1>))+<x3>*(-1) <= 0;
  [linear] <7_0>: <x_0>[C] >= 1;
  [linear] <7_1>: <x_1>[C] >= 1;
END