mirror of
https://github.com/kalmarek/PropertyT.jl.git
synced 2024-12-24 02:00:30 +01:00
make initial P nullable
This commit is contained in:
parent
46a9150266
commit
32c020fd88
@ -150,7 +150,7 @@ end
|
||||
|
||||
function compute_λandP(m, varλ, varP)
|
||||
λ = 0.0
|
||||
P = nothing
|
||||
P = Vector{Nullable{Array{Float64,2}}}
|
||||
while λ == 0.0
|
||||
try
|
||||
solve_SDP(m)
|
||||
|
Loading…
Reference in New Issue
Block a user