View Single Post
Old 07-13-2007, 04:52 AM   #22 (permalink)
Tipa
Upright
 
I am working on solving Shapeshifter -- I'm up to level 41 at the moment -- and though this is an old thread, I imagine other solvers will find it just as I did, on Google, and may be interested in my progress toward a solution. My solver uses a combination of Python and 'C', and I'm considering a wholesale shift to APL. My program solved level 40 in an even 1000 seconds. It solved level 31 (which the previous poster was stuck on) in a little over 4 seconds.

I am very interested in how far the original poster got with their program.

My page -> http://shewhoshapes.wordpress.com

iLbi, my solver solved that board in 5.63 seconds. The (a) solution is:

(0, 3)
(2, 2)
(3, 1)
(1, 1)
(3, 3)
(2, 1)
(1, 2)
(0, 1)
(0, 1)
(1, 3)
(1, 0)
(0, 0)

Last edited by Tipa; 07-13-2007 at 06:01 PM.. Reason: Automerged Doublepost
Tipa is offline  
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73