Differences between revisions 1 and 7 (spanning 6 versions)
Revision 1 as of 2008-03-21 12:54:52
Size: 1607
Comment:
Revision 7 as of 2022-04-05 01:14:57
Size: 0
Editor: mkoeppe
Comment: outdated
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= rubiks.spkg =

== Description ==

There are several programs for working with Rubik's cubes, by three
different people. Look inside the directories under /src to see
specific info and licensing. In summary the three contributers are:


Michael Reid (GPL) http://www.math.ucf.edu/~reid/Rubik/optimal_solver.html
    optimal - uses many pre-computed tables to find an optimal
              solution to the 3x3x3 Rubik's cube


Dik T. Winter (MIT License)
    cube - uses Kociemba's algorithm to iteratively find a short
              solution to the 3x3x3 Rubik's cube
    size222 - solves a 2x2x2 Rubik's cube


Eric Dietz (GPL) http://www.wrongway.org/?rubiksource
    cu2 - A fast, non-optimal 2x2x2 solver
    cubex - A fast, non-optimal 3x3x3 solver
    mcube - A fast, non-optimal 4x4x4 solver

== Changelog ==

=== rubiks-20070912.p3 (Michael Abshoff, March 21st, 2008) ===
 * SAGE_LOCAL check (#633)
 * remove binary crap
 * rename cube to dikcube to avoid name clash with polymake (#2595)
 * detect the location of install instead of hardcoding it (#2287)

=== rubiks-20070912.p2 (Tim Abbott, Feb. 17th, 2008) ===
 * Convert normal spkg-install to using new Makefile

=== rubiks-20070912.p1 (Michael Abshoff, Jan. 28th, 2008) ===
 * fix Solaris build by setting CC to gcc and changing Dik's makefile to use $CC instead of cc

=== rubiks-20070912.p0 (Michael Abshoff) ===
 * clean up SPKG.txt
 * remove *DS*Store and various prebuild binaries from tree
 * remove global hg repo (that included src!)

=== rubiks-20070912 ===
 * initial version