User talk:Wotao.yin
From Wikimization
(New page: Wotao I regard the following as a difficult problem, having spent considerable time on it. <center> <math>\begin{array}{cl}\mbox{minimize}_X&c^{\rm T}\mbox{vec}\,X\\ \mbox{subject to}&A\...) |
|||
| Line 1: | Line 1: | ||
| - | + | I regard the following as a difficult problem, having spent considerable time with it. | |
| - | + | ||
| - | I regard the following as a difficult problem, having spent considerable time | + | |
<center> | <center> | ||
| Line 11: | Line 9: | ||
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, it may arbitrarily be set to <math>\mathbf{0}</math> or <math>\mathbf{1}</math>. | |
| - | Rectangular | + | |
| + | Rectangular submatrix <math>\,X\!\in\mathbb{R}^{1024\times256}\,</math> comes from a square permutation matrix <math>\,\Xi\!\in\mathbb{R}^{1024\times1024}\,</math> having three out of every consecutive four columns discarded. | ||
| + | |||
| + | 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>. | ||
| + | |||
| + | Vector <math>b\,</math> is quite sparse having only a single nonzero entry. | ||
| + | |||
| + | A good presolver can eliminate about 60,000 columns of <math>A\,</math> because one of the constraints (fifth row from the bottom) has all nonnegative entries. This means that about 60,000 entries in permutation submatrix <math>X\,</math> can be set to zero before solution begins. | ||
--[[User:Dattorro|Dattorro]] 03:31, 5 November 2010 (PDT) | --[[User:Dattorro|Dattorro]] 03:31, 5 November 2010 (PDT) | ||
Revision as of 03:43, 5 November 2010
I regard the following as a difficult problem, having spent considerable time with it.
Vector is left unspecified beause I may want to vary it later in a convex iteration.
For your purposes, it may arbitrarily be set to
or
.
Rectangular submatrix comes from a square permutation matrix
having three out of every consecutive four columns discarded.
Matrix is sparse having only 979,444 nonzeros.
It contains integers from the set
.
Vector is quite sparse having only a single nonzero entry.
A good presolver can eliminate about 60,000 columns of because one of the constraints (fifth row from the bottom) has all nonnegative entries. This means that about 60,000 entries in permutation submatrix
can be set to zero before solution begins.
--Dattorro 03:31, 5 November 2010 (PDT)