2017-10-18 10:46:13 +00:00
|
|
|
## read.g RAQ
|
|
|
|
|
|
|
|
# Definitions, representations, and elementary operations.
|
|
|
|
ReadPackage("raq", "gap/structure.gi");
|
2017-10-20 09:11:20 +00:00
|
|
|
|
|
|
|
# Quasigroups, racks, and quandles by multiplication tables
|
|
|
|
ReadPackage("raq", "gap/bytable.gi");
|
2017-10-20 22:51:30 +00:00
|
|
|
|
|
|
|
# Quandles by conjugation
|
2017-10-20 23:06:39 +00:00
|
|
|
ReadPackage("raq", "gap/byconj.gi");
|
2017-10-29 22:11:33 +00:00
|
|
|
|
|
|
|
# Other quandle constructions
|
|
|
|
ReadPackage("raq", "gap/constructions.gi");
|