fix upper-bound in Settings
This commit is contained in:
parent
7dd061cdb7
commit
7b06dc1eb2
2
main.jl
2
main.jl
@ -27,7 +27,7 @@ function Settings(Gr::PropertyTGroup, args, solver)
|
|||||||
S = PropertyTGroups.generatingset(Gr)
|
S = PropertyTGroups.generatingset(Gr)
|
||||||
|
|
||||||
sol = solver
|
sol = solver
|
||||||
ub = get(args,"upper_bound", Inf)
|
ub = get(args,"upper-bound", Inf)
|
||||||
tol = get(args,"tol", 1e-10)
|
tol = get(args,"tol", 1e-10)
|
||||||
ws = get(args, "warmstart", false)
|
ws = get(args, "warmstart", false)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user