include name of the group upper-bound

This commit is contained in:
kalmar 2017-03-17 15:33:37 +01:00
parent e7d7027c61
commit 2cb9af1549
1 changed files with 1 additions and 0 deletions

1
SL.jl
View File

@ -203,6 +203,7 @@ function main()
else
name = "SL$(N)_p"
end
name = name*"-$(string(upper_bound))"
S() = SL_generatingset(N, p)