I need Cayley Tables for semigroups of order $\le 8$. If someone knows where can I find this information, please let me know.
I know that this information is stored in GAP(Groups, Algorithms, Programming), in the GAP package Smallsemi, but anyway I cannot use it.
Try:
Turning these into text files seems a bit insane. It will be a very large text file (around 350GB). The compression format used by the package is much better. Try to use GAP to study them. You should find it fairly easy to use.
You should unpack the smallsemi archive inside your
pkgdirectory.Here is a routine to export the Cayley tables to files. Each Cayley table of a semigroup of order n is represented as n lines of n digits each, so n ≤ 9.
You'll find the files as
cay1.txtetc. in the current directory, withcay7.txtbeing 47MB. A similar file forcay8.txtwould be 125GB.