1
0
mirror of https://github.com/kalmarek/PropertyT.jl.git synced 2024-07-12 01:35:29 +02:00

replace missing sett.warmstart by simple warm

This commit is contained in:
kalmarek 2018-03-21 14:20:48 +01:00
parent 90e7859d02
commit db455df852

View File

@ -215,7 +215,7 @@ function check_property_T(name::String, S, Id, solver, upper_bound, tol, radius,
cond1 = exists(filename(fullpath, )) cond1 = exists(filename(fullpath, ))
cond2 = exists(filename(fullpath, :P)) cond2 = exists(filename(fullpath, :P))
if !sett.warmstart && cond1 && cond2 if !(warm) && cond1 && cond2
info(LOGGER, "Loading precomputed λ, P...") info(LOGGER, "Loading precomputed λ, P...")
λ, P = λandP(fullpath) λ, P = λandP(fullpath)
else else