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