You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#List of heuristic functions for each and every cube orientation and permutation
with open('PatternDB', 'wb') as pattern:
for c in range(0,fact(7)):
for b in range (0,(3**6)/2):
pattern.write(chr(236))
pattern.write(chr(224))
pattern.write('\n')
#print ' Done', i
print 'Start'
'''
heur=[[[[[[[[chr(11) for g in range (0, 3)] for f in range (0,3)] for e in range (0,3)] for d in range (0,3)] for c in range (0,3)] for b in range (0,3)] for a in range (0,3)] for i in range (0,40320)]