fix upper-bound in Settings

This commit is contained in:
kalmarek 2018-09-17 00:22:35 +02:00
parent 7dd061cdb7
commit 7b06dc1eb2
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ function Settings(Gr::PropertyTGroup, args, solver)
S = PropertyTGroups.generatingset(Gr)
sol = solver
ub = get(args,"upper_bound", Inf)
ub = get(args,"upper-bound", Inf)
tol = get(args,"tol", 1e-10)
ws = get(args, "warmstart", false)