-
Notifications
You must be signed in to change notification settings - Fork 87
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
Test getting VariablePrimalStart
#794
Comments
I got the following message with the above code (noting that I use Warning, invalid warm-start basis discarded ArgumentError: ModelLike of type Gurobi.Optimizer does not support accessing the attribute MathOptInterface.VariablePrimalStart() |
@QunLin0, correct. The reason to add these tests is so that the solvers will all support them. At present, we aren't testing setting warm-starts properly, which is why some solvers haven't implemented them correctly. |
Closed by #1136 |
See: https://discourse.julialang.org/t/warning-invalid-warm-start-basis-discarded/26403/2
See: jump-dev/Gurobi.jl#225
We should add a test like the following to MOIT.
The text was updated successfully, but these errors were encountered: