fix: G() instead of one(G)

This commit is contained in:
kalmarek 2017-09-10 16:20:12 +02:00
parent 563c69db28
commit fa3fffa202
1 changed files with 1 additions and 1 deletions

2
SL.jl
View File

@ -140,7 +140,7 @@ function main()
G, S = SL_generatingset(N, p)
info(logger, G)
info(logger, "Symmetric generating set of size $(length(S))")
Id = one(G)
Id = G()
solver = SCSSolver(eps=tol, max_iters=iterations, linearsolver=SCS.Direct)