mirror of
https://github.com/kalmarek/PropertyT.jl.git
synced 2024-12-26 02:30:29 +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)
|
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))
|
λ, P = PropertyT.λandP(fullpath(sett))
|
||||||
else
|
else
|
||||||
info(logger, "Creating SDP problem...")
|
info(logger, "Creating SDP problem...")
|
||||||
|
Loading…
Reference in New Issue
Block a user