diff --git a/read.g b/read.g index 338c186..bee88fd 100644 --- a/read.g +++ b/read.g @@ -2,3 +2,6 @@ # Definitions, representations, and elementary operations. ReadPackage("raq", "gap/structure.gi"); + +# Quasigroups, racks, and quandles by multiplication tables +ReadPackage("raq", "gap/bytable.gi");