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
1 changed files with 1 additions and 1 deletions

View File

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