linear optimization and two-sided consttraints - MathOverflow [closed]most recent 30 from http://mathoverflow.net2013-05-21T18:56:35Zhttp://mathoverflow.net/feeds/question/102158http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://mathoverflow.net/questions/102158/linear-optimization-and-two-sided-consttraintslinear optimization and two-sided consttraintsArdi2012-07-13T18:24:44Z2012-07-17T08:37:05Z
<p>Hi,</p>
<p>I am trying to minimize the following energy function subject to two-sided inequalities:</p>
<p>E = x1+x2
k1 <= x1 <= k2
k3 <= x2 <= k4
k5 <= x1-x2 <= k6
The ki's are constants and the inequalities create a convex region.</p>
<p>Is this how you turn the above problem into standard form?</p>
<p>E = x1+x2
x1-x2+x3 = k6
x1-x2-x4 = k5
k1 <= x1 <= k2
k3 <= x2 <= k4</p>