|
|
@@ -50,7 +50,6 @@ def construct_tables(filename="tables.cache"): |
|
|
|
cPickle.dump(output, f) |
|
|
|
return output |
|
|
|
|
|
|
|
|
|
|
|
decompositions = ("xxxx", "xx", "zzxx", "zz", "zxx", "z", "zzz", "xxz", |
|
|
|
"xzx", "xzxxx", "xzzzx", "xxxzx", "xzz", "zzx", "xxx", "x", |
|
|
|
"zzzx", "xxzx", "zx", "zxxx", "xxxz", "xzzz", "xz", "xzxx") |
|
|
|