From 3c4eb2582ae3d014bb3a5b3f31579804391706ab Mon Sep 17 00:00:00 2001 From: Glen Whitney Date: Fri, 20 Oct 2017 11:11:20 +0200 Subject: [PATCH] oops have to read the implementations --- read.g | 3 +++ 1 file changed, 3 insertions(+) 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");