CVXPY
Minimize
  x
Subject To
 16: 1.0 <= log(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=1, original bounds=[-inf,+inf]
CONSTRAINTS
  [nonlinear] <16_0>: log((<x_0>)) >= 1;
END