1
0
mirror of https://github.com/kalmarek/PropertyT.jl.git synced 2024-10-09 22:50:35 +02:00

Revert "make initial P nullable"

This reverts commit 32c020fd88.
This commit is contained in:
kalmarek 2017-10-27 18:20:28 +02:00
parent 01e6625571
commit b96b39e910

View File

@ -150,7 +150,7 @@ end
function compute_λandP(m, varλ, varP)
λ = 0.0
P = Vector{Nullable{Array{Float64,2}}}
P = nothing
while λ == 0.0
try
solve_SDP(m)