Dattorro Convex Optimization of Eternity II
From Wikimization
An Eternity II puzzle problem formulation is discussed thoroughly in section 4.6.0.0.15 of the book Convex Optimization & Euclidean Distance Geometry which is freely available.
That
matrix is obtained by presolving a sparse 864,593
1,048,576 system.
This Matlab binary contains three successive reductions, each equivalent to that larger system:
and
is the million column Eternity II matrix having redundant rows and columns removed analytically,
and
has columns removed corresponding to some known zero variables (removal produced dependent rows),
and
has columns removed not in smallest face (containing
) of polyhedral cone
.
The following linear program is a very difficult problem that remains unsolved:
Matrix is sparse having only 782,087 nonzeros.
All entries of
are integers from the set
.
Vector has only 358 nonzeros.
Direction vector is determined by Convex Iteration:
These two problems are iterated
to find a minimal cardinality solution . Constraint
bounds the variable from above by
. Any minimal cardinality solution is binary and solves the Eternity II puzzle.
The Eternity II puzzle is solved when
Minimal cardinality of this Eternity II problem is equal to number of puzzle pieces, 256.
Comment: The technique, convex iteration, requires no modification (and works very well) when applied instead to mixed integer programming (MIP, not discussed in book). There is no modification to the linear program statement here except 256 variables, corresponding to the largest entries of iterate , are declared binary.