We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
running moi_randsdp with varbounds = false leads to error on julia >= 1.6. some values of v in psd_vec_to_square are +/-Inf
moi_randsdp
varbounds = false
v
psd_vec_to_square
+/-Inf
check by adding:
if isnan(v[cont]) @show v elseif !isfinite(v[cont]) @show 1, v end
in that function
The text was updated successfully, but these errors were encountered:
No branches or pull requests
running
moi_randsdp
withvarbounds = false
leads to error on julia >= 1.6.some values of
v
inpsd_vec_to_square
are+/-Inf
check by adding:
in that function
The text was updated successfully, but these errors were encountered: