Dattorro Convex Optimization of Eternity II

From Wikimization

(Difference between revisions)
Jump to: navigation, search
Line 6: Line 6:
<math>\begin{array}{cl}\mbox{minimize}_x&c^{\rm T}x\\
<math>\begin{array}{cl}\mbox{minimize}_x&c^{\rm T}x\\
\mbox{subject to}&E\,x=t\\
\mbox{subject to}&E\,x=t\\
-
&x\geq_{}\mathbf{0}\end{array}</math>
+
&x\succeq_{}\mathbf{0}\end{array}</math>
</center>
</center>

Revision as of 18:53, 31 January 2011

This Matlab binary contains matrices LaTeX: \,E and LaTeX: \,t.

I regard the following as a very difficult problem, having spent considerable time with it.

LaTeX: \begin{array}{cl}\mbox{minimize}_x&c^{\rm T}x\\
\mbox{subject to}&E\,x=t\\
&x\succeq_{}\mathbf{0}\end{array}

Matrix LaTeX: E\!\in\!\mathbb{R}^{10054\times204304} is sparse having only 1,170,516 nonzeros.

All entries of LaTeX: E\, are integers from the set LaTeX: \{{-1},0,1\}\,.

LaTeX: t\in\{0,1\}^{10054}.

Vector LaTeX: c\, is left unspecified because it is varied later as part of a Convex Iteration.  

Vector LaTeX: c\, may arbitrarily be set to LaTeX: \mathbf{0} or LaTeX: \mathbf{1}.

Personal tools