-1

Is it possible to obtain a closed form solution to a convex optimization problem? Specifically, the optimization function I am looking at is to maximize x over a convex polygon in x and y dimensions. Is there a way I can obtain a closed form value of the (x,y) solution pair?

The polygon is specified by the intersection of convex half-spaces, as linear inequalities. Additionally, the constraints are in pairs of parallel lines, i.e. there are 2k inequalities, with k different slopes. Also, all the slopes have negative sign. So, the topmost point is also the leftmost.

flag
1 
This question doesn't really make sense without more information about how your convex polygon is provided (list of vertices? intersection of half-planes? something else?) – Reid Barton Dec 9 2009 at 18:39
1 
I think there's not enough information here for anyone to answer. Please re-write, and flag for moderator attention if you'd like it reopened. – Scott Morrison Dec 9 2009 at 19:04
I doubt one exists, but I think the problem you stated has a straightforward linear time algorithm. – S. Carnahan Feb 1 2010 at 17:50

Your Answer

Get an OpenID
or

Browse other questions tagged or ask your own question.