From 2cb9af15490c5d8f8b461b925ffdc32d951028f5 Mon Sep 17 00:00:00 2001 From: kalmar Date: Fri, 17 Mar 2017 15:33:37 +0100 Subject: [PATCH] include name of the group upper-bound --- SL.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/SL.jl b/SL.jl index d39492a..33ba68a 100644 --- a/SL.jl +++ b/SL.jl @@ -203,6 +203,7 @@ function main() else name = "SL$(N)_p" end + name = name*"-$(string(upper_bound))" S() = SL_generatingset(N, p)