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

VariablePrimalStart doesn't support incremental setting #225

Closed
odow opened this issue Jul 16, 2019 · 1 comment
Closed

VariablePrimalStart doesn't support incremental setting #225

odow opened this issue Jul 16, 2019 · 1 comment
Labels
Wrapper: MathOptInterface Issue is specific to MOI wrapper

Comments

@odow
Copy link
Member

odow commented Jul 16, 2019

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.

@odow
Copy link
Member Author

odow commented Aug 13, 2019

Closed by #216

@odow odow closed this as completed Aug 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Wrapper: MathOptInterface Issue is specific to MOI wrapper
Development

No branches or pull requests

1 participant