1
0
mirror of https://github.com/kalmarek/PropertyT.jl.git synced 2024-07-17 10:55:30 +02:00

only check the solution when not warmstarting

This commit is contained in:
kalmarek 2017-12-01 18:28:48 +01:00
parent 5e4b2203c3
commit 29f347a228

View File

@ -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...")