User talk:Wotao.yin
From Wikimization
| Line 1: | Line 1: | ||
| - | I regard the following as a difficult problem, having spent considerable time with it. | + | I regard the following as a very difficult problem, having spent considerable time with it. |
<center> | <center> | ||
| Line 8: | Line 8: | ||
</center> | </center> | ||
| - | Rectangular submatrix <math>\,X\!\in\mathbb{R}^{1024\times256}\,</math> comes from a permutation matrix <math>\,\Xi\!\in\!\mathbb{R}^{1024\times1024}\,</math> having three out of every four consecutive columns discarded. | + | Rectangular submatrix <math>\,X\!\in\mathbb{R}^{1024\times256}\,</math> comes from a permutation matrix <math>\,\Xi\!\in\!\mathbb{R}^{1024\times1024}\,</math> having three out of every four consecutive columns discarded. This discard occurs because of structural redundancy in <math>\Xi\,</math>. |
Notation <math>\mbox{vec}\,X</math> denotes vectorization; it means the columns of <math>\,X</math> are stacked with column 1 on top and column 256 on the bottom. | Notation <math>\mbox{vec}\,X</math> denotes vectorization; it means the columns of <math>\,X</math> are stacked with column 1 on top and column 256 on the bottom. | ||
| - | Matrix <math>A\in\mathbb{R}^{10565\times262144}</math> is sparse having only 979,444 nonzeros. | + | Matrix <math>A\!\in\!\mathbb{R}^{10565\times262144}</math> is sparse having only 979,444 nonzeros. |
| - | It contains integers from the set <math>\{{-1},0,1,2\}\,</math>. | + | It only contains integers from the set <math>\{{-1},0,1,2\}\,</math>. |
Vector <math>b\,</math> is quite sparse having only a single nonzero entry: <math>1\,</math>. | Vector <math>b\,</math> is quite sparse having only a single nonzero entry: <math>1\,</math>. | ||
| - | |||
| - | A good presolver can eliminate about 50,000 columns of <math>\,A</math> because one of the constraints '''('''fifth row from the bottom of <math>\,A\,</math>''')''' has only nonnegative entries. This means that about 50,000 entries in permutation submatrix <math>X\,</math> can be set to zero before solution begins. | ||
A Matlab binary containing matrices <math>\,A</math> and <math>\,b</math> is | A Matlab binary containing matrices <math>\,A</math> and <math>\,b</math> is | ||
| - | [http://www.convexoptimization.com/TOOLS/Wotao.Yin/WotaoX.mat here]. | + | [http://www.convexoptimization.com/TOOLS/Wotao.Yin/WotaoX.mat here]. |
| - | Vector <math>c\,</math> is left unspecified beause I may want to vary it later in a convex iteration. | + | Vector <math>c\,</math> is left unspecified beause I may want to vary it later in a convex iteration. |
| - | For your purposes, | + | For your purposes, <math>c\,</math> may arbitrarily be set to <math>\mathbf{0}</math> or <math>\mathbf{1}</math>. |
| + | |||
| + | A good presolver can eliminate about 50,000 columns of <math>\,A</math> because one of the constraints '''('''fifth row from the bottom of <math>\,A\,</math>''')''' has only nonnegative entries. This means that about 50,000 entries in permutation submatrix <math>X\,</math> can be set to zero before solution begins. The Matlab binary above has all columns of <math>A\,</math>; none of its columns have been discarded. | ||
| + | |||
--[[User:Dattorro|Dattorro]] 03:31, 5 November 2010 (PDT) | --[[User:Dattorro|Dattorro]] 03:31, 5 November 2010 (PDT) | ||
Revision as of 04:21, 5 November 2010
I regard the following as a very difficult problem, having spent considerable time with it.
Rectangular submatrix comes from a permutation matrix
having three out of every four consecutive columns discarded. This discard occurs because of structural redundancy in
.
Notation denotes vectorization; it means the columns of
are stacked with column 1 on top and column 256 on the bottom.
Matrix is sparse having only 979,444 nonzeros.
It only contains integers from the set
.
Vector is quite sparse having only a single nonzero entry:
.
A Matlab binary containing matrices and
is
here.
Vector
is left unspecified beause I may want to vary it later in a convex iteration.
For your purposes,
may arbitrarily be set to
or
.
A good presolver can eliminate about 50,000 columns of because one of the constraints (fifth row from the bottom of
) has only nonnegative entries. This means that about 50,000 entries in permutation submatrix
can be set to zero before solution begins. The Matlab binary above has all columns of
; none of its columns have been discarded.
--Dattorro 03:31, 5 November 2010 (PDT)