You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use the solver conelp in Matlab; however, when I select the linear solver "ldlsparse", the code returns an error as the function "sldlsparse" did not exists. In fact, I cannot find it in any of the folders.
Side note: I believe in line 50 of the function "conelp_solve", it should be Nstretch the last input of the function "conelp_stretch", and not "2".
I thank in advance anyone who could take care of the first issue.
Andrea
The text was updated successfully, but these errors were encountered:
Hello everyone,
I am trying to use the solver conelp in Matlab; however, when I select the linear solver "ldlsparse", the code returns an error as the function "sldlsparse" did not exists. In fact, I cannot find it in any of the folders.
Side note: I believe in line 50 of the function "conelp_solve", it should be Nstretch the last input of the function "conelp_stretch", and not "2".
I thank in advance anyone who could take care of the first issue.
Andrea
The text was updated successfully, but these errors were encountered: