use --warmstart option
This commit is contained in:
parent
2ae11d9f33
commit
a75ee1f645
2
MCG.jl
2
MCG.jl
@ -180,7 +180,7 @@ function main(GROUP, parsed_args)
|
||||
|
||||
solver = SCSSolver(eps=tol, max_iters=iterations, linearsolver=SCS.Direct, alpha=1.9, acceleration_lookback=1)
|
||||
|
||||
PropertyT.check_property_T(name, S, Id, solver, upper_bound, tol, radius)
|
||||
PropertyT.check_property_T(name, S, Id, solver, upper_bound, tol, radius, warm)
|
||||
return 0
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user