You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to CVXOPT
Hello!
I'm trying to solve a floor plan problem using a geometric program
with an objective function considering wh, not w + h as in the convex
optimization book. Therefore, I need negative coefficients in g_i what
is not possible, since Real valued logarithm is not defined for
negative values. Is there any workaround to set a constraint like (x -
C)*(x - C) <= t with x and t being variables and C a constant?