14 lines
356 B
Plaintext
14 lines
356 B
Plaintext
## read.g RAQ
|
|
|
|
# Definitions, representations, and elementary operations.
|
|
ReadPackage("raq", "gap/structure.gi");
|
|
|
|
# Quasigroups, racks, and quandles by multiplication tables
|
|
ReadPackage("raq", "gap/bytable.gi");
|
|
|
|
# Quandles by conjugation
|
|
ReadPackage("raq", "gap/byconj.gi");
|
|
|
|
# Other quandle constructions
|
|
ReadPackage("raq", "gap/constructions.gi");
|