2018-08-18 17:58:08 +00:00
|
|
|
## init.g RAQ
|
2017-10-18 10:46:13 +00:00
|
|
|
|
2017-10-20 09:08:09 +00:00
|
|
|
# Definitions, generation, and elementary properties and operations.
|
2018-08-18 17:58:08 +00:00
|
|
|
ReadPackage("RAQ", "lib/structure.gd");
|
2017-10-20 09:08:09 +00:00
|
|
|
|
|
|
|
# Quasigroups, racks, and quandles by multiplication tables
|
2018-08-18 17:58:08 +00:00
|
|
|
ReadPackage("RAQ", "lib/bytable.gd");
|
2017-10-20 09:08:09 +00:00
|
|
|
|
|
|
|
# Quandles by conjugation
|
2018-08-18 17:58:08 +00:00
|
|
|
ReadPackage("RAQ", "lib/byconj.gd");
|
2017-10-20 09:08:09 +00:00
|
|
|
|
2017-10-29 22:11:33 +00:00
|
|
|
# Other quandle constructions
|
2018-08-18 17:58:08 +00:00
|
|
|
ReadPackage("RAQ", "lib/constructions.gd");
|