unify iterations default (to 60k)

This commit is contained in:
kalmarek 2017-11-05 20:43:35 +01:00
parent eb88f40ad0
commit b5cd481e61
2 changed files with 2 additions and 2 deletions

View File

@ -86,7 +86,7 @@ function parse_commandline()
"--iterations"
help = "set maximal number of iterations for the SDP solver (default: 20000)"
arg_type = Int
default = 100000
default = 60000
"--upper-bound"
help = "Set an upper bound for the spectral gap"
arg_type = Float64

View File

@ -110,7 +110,7 @@ function parse_commandline()
"--iterations"
help = "set maximal number of iterations for the SDP solver (default: 20000)"
arg_type = Int
default = 200000
default = 60000
"--upper-bound"
help = "Set an upper bound for the spectral gap"
arg_type = Float64