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
LQOI allows setting VariablePrimalStart one-by-one: https://github.com/JuliaOpt/LinQuadOptInterface.jl/blob/148334e6b74c37f2108ff8dc92169d18e99584a7/src/variables.jl#L204-L207 But Gurobi does not cache the start values and tries to set the basis every time: https://github.com/JuliaOpt/Gurobi.jl/blob/bd2e5073ea0e9d24accd47f51343683ce9f3b26a/src/MOI_wrapper.jl#L448-L458
VariablePrimalStart
This is fixed in the re-write of the Gurobi wrapper, but it needs a test.
The text was updated successfully, but these errors were encountered:
Closed by #216
Sorry, something went wrong.
No branches or pull requests
LQOI allows setting
VariablePrimalStart
one-by-one:https://github.com/JuliaOpt/LinQuadOptInterface.jl/blob/148334e6b74c37f2108ff8dc92169d18e99584a7/src/variables.jl#L204-L207
But Gurobi does not cache the start values and tries to set the basis every time:
https://github.com/JuliaOpt/Gurobi.jl/blob/bd2e5073ea0e9d24accd47f51343683ce9f3b26a/src/MOI_wrapper.jl#L448-L458
This is fixed in the re-write of the Gurobi wrapper, but it needs a test.
The text was updated successfully, but these errors were encountered: