Skip to content
New issue

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

randsdp test fails due Inf values of variables not captured prior to primal step #88

Open
joaquimg opened this issue Apr 24, 2021 · 0 comments

Comments

@joaquimg
Copy link
Collaborator

running moi_randsdp with varbounds = false leads to error on julia >= 1.6.
some values of v in psd_vec_to_square are +/-Inf

check by adding:

            if isnan(v[cont])
                @show v
            elseif !isfinite(v[cont])
                @show 1, v
            end

in that function

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant