-
Notifications
You must be signed in to change notification settings - Fork 54
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
solveLP() does not work because of issue in code #478
Comments
Can you please post the error message that you get when you run I'm not sure Finally, I've also heard anecdotes of difficulties to get SoPlex to work on unix, while it seems to work smoothly on Windows. |
Here you go, I cloned the repo fresh, so line numbers should align:
Error message:
Yes, I've heard some as well. In my case, the |
Regarding SoPlex, is there a difference whether you open MATLAB from the Launcher or from the Terminal? |
Indeed there is - if MATLAB is launched from the terminal, then all the installed solvers pass the |
Ok, then I might have a solution to test. Meanwhile, #479 should resolve your other issue, could you please test as I do not have access to pre-202b MATLAB? |
Seems to work, no error messages this time |
Description of the issue:
Calling
solveLP(model)
gives an error message regardless of the solver used. The issue traces back tooptimizeProb.m
, solver case forSoPlex
:Line 195, where is a loop with a counter
i
that is not initialized (as per error message). Puttingi = 1;
a line above allows the routine to run. Checked with Gurobi as the set solver. Haven't checked SoPlex since RAVEN does not somehow see the present installation.System information
*** THE RAVEN TOOLBOX ***
=== Model import and export ===
=== Model solvers ===
=== Essential binary executables ===
=== Compatibility ===
*** checkInstallation complete ***
I hereby confirm that I have:
The text was updated successfully, but these errors were encountered: