CVXPY
Maximize
  Sum(log1p(x), None, False)
Subject To
 14: x <= -0.5
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
Maximize
  log1p_1[0] + log1p_1[1]
Subject To
 14[0]: x[0] <= -0.5
 14[1]: x[1] <= -0.5
Bounds
 x[0] free
 x[1] free
 log1p_1[0] free
 log1p_1[1] free
General Constraints
\ log1p_1[0] = log(1 + x[0])
 GC0: log1p_1[0] = NL : ( LOG , -1 , -1 ) ( PLUS , -1 , 0 ) 
  ( CONSTANT , 1 , 1 ) ( VARIABLE , x[0] , 1 )
\ log1p_1[1] = log(1 + x[1])
 GC1: log1p_1[1] = NL : ( LOG , -1 , -1 ) ( PLUS , -1 , 0 ) 
  ( CONSTANT , 1 , 1 ) ( VARIABLE , x[1] , 1 )
End