mirror of
https://github.com/kalmarek/PropertyT.jl.git
synced 2024-11-14 14:15:28 +01:00
only check the solution when not warmstarting
This commit is contained in:
parent
5e4b2203c3
commit
29f347a228
@ -231,7 +231,7 @@ function check_property_T(sett::Settings)
|
||||
|
||||
init_orbit_data(logger, sett, radius=sett.radius)
|
||||
|
||||
if all(isfile.(λSDPfilenames(fullpath(sett))))
|
||||
if !sett.warmstart && all(isfile.(λSDPfilenames(fullpath(sett))))
|
||||
λ, P = PropertyT.λandP(fullpath(sett))
|
||||
else
|
||||
info(logger, "Creating SDP problem...")
|
||||
|
Loading…
Reference in New Issue
Block a user