%This file gives distances from solved corner states to all other states. % % Copyright 1996, David Lee Winston Miller. % % All rights reserved. This software is not shareware or freeware. The % software may be used only to evaluate the research presented and may not % be used for any commercial purpose. The sofware may not be distributed to % others. (The only distribution allowed is from my Web site.) The % software may not be modified. There is no warranty implied or given with % this software. Use it at your own risk. The author assumes no liability % for any damages resulting from the use of this software. Portions of the % software may be covered under other copyrights. % % d(a,a,0). d(a,b,1). d(a,c,1). d(a,d,1). d(a,e,1). d(a,f,1). d(a,g,1). d(a,h,2). d(a,i,2). d(a,j,2). d(a,k,2). d(a,l,2). d(a,m,2). d(a,n,2). d(a,o,2). d(a,p,2). d(a,q,2). d(a,r,2). d(a,s,3). d(a,t,3). d(a,u,3). d(a,v,3). d(a,w,3). d(a,x,3). d(b,a,1). d(b,b,0). d(b,c,2). d(b,d,2). d(b,e,2). d(b,f,2). d(b,g,2). d(b,h,1). d(b,i,1). d(b,j,1). d(b,k,1). d(b,l,1). d(b,m,3). d(b,n,3). d(b,o,3). d(b,p,3). d(b,q,3). d(b,r,3). d(b,s,2). d(b,t,2). d(b,u,2). d(b,v,2). d(b,w,2). d(b,x,2). d(c,a,1). d(c,b,2). d(c,c,0). d(c,d,2). d(c,e,2). d(c,f,2). d(c,g,2). d(c,h,1). d(c,i,3). d(c,j,3). d(c,k,3). d(c,l,3). d(c,m,1). d(c,n,1). d(c,o,1). d(c,p,1). d(c,q,3). d(c,r,3). d(c,s,2). d(c,t,2). d(c,u,2). d(c,v,2). d(c,w,2). d(c,x,2). d(e,a,1). d(e,b,2). d(e,c,2). d(e,d,2). d(e,e,0). d(e,f,2). d(e,g,2). d(e,h,3). d(e,i,3). d(e,j,1). d(e,k,3). d(e,l,1). d(e,m,3). d(e,n,1). d(e,o,1). d(e,p,3). d(e,q,1). d(e,r,3). d(e,s,2). d(e,t,2). d(e,u,2). d(e,v,2). d(e,w,2). d(e,x,2). d(h,a,2). d(h,b,1). d(h,c,1). d(h,d,3). d(h,e,3). d(h,f,3). d(h,g,3). d(h,h,0). d(h,i,2). d(h,j,2). d(h,k,2). d(h,l,2). d(h,m,2). d(h,n,2). d(h,o,2). d(h,p,2). d(h,q,2). d(h,r,2). d(h,s,1). d(h,t,1). d(h,u,1). d(h,v,1). d(h,w,3). d(h,x,3). d(j,a,2). d(j,b,1). d(j,c,3). d(j,d,3). d(j,e,1). d(j,f,1). d(j,g,3). d(j,h,2). d(j,i,2). d(j,j,0). d(j,k,2). d(j,l,2). d(j,m,2). d(j,n,2). d(j,o,2). d(j,p,2). d(j,q,2). d(j,r,2). d(j,s,3). d(j,t,1). d(j,u,3). d(j,v,1). d(j,w,1). d(j,x,3). d(m,a,2). d(m,b,3). d(m,c,1). d(m,d,1). d(m,e,3). d(m,f,1). d(m,g,3). d(m,h,2). d(m,i,2). d(m,j,2). d(m,k,2). d(m,l,2). d(m,m,0). d(m,n,2). d(m,o,2). d(m,p,2). d(m,q,2). d(m,r,2). d(m,s,1). d(m,t,3). d(m,u,3). d(m,v,1). d(m,w,3). d(m,x,1). d(s,a,3). d(s,b,2). d(s,c,2). d(s,d,2). d(s,e,2). d(s,f,2). d(s,g,2). d(s,h,1). d(s,i,1). d(s,j,3). d(s,k,3). d(s,l,1). d(s,m,1). d(s,n,3). d(s,o,1). d(s,p,3). d(s,q,3). d(s,r,1). d(s,s,0). d(s,t,2). d(s,u,2). d(s,v,2). d(s,w,2). d(s,x,2).