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
I think I spotted a bug in the processdualstart() function of the MOIWrapper.
processdualstart()
The line:
https://github.com/oxfordcontrol/OSQP.jl/blob/8dd46b5a7c8955ae41cf8464295825801946e939/src/MOI_wrapper.jl#L369
should be replaced with
if attr isa MOI.ConstraintDualStart
The text was updated successfully, but these errors were encountered:
Indeed, want to make a PR ?
Sorry, something went wrong.
<osqp#40> Fix wrong attribute in processdualstart!()
18f2f95
- Change MOI.VariablePrimalStart to MOI.ConstraintDualStart in processdualstart!()
Addressed in #41
Merge pull request #41 from migarstka/mg/attribute-fix
23a1303
<#40> Fix wrong attribute in processdualstart!()
No branches or pull requests
I think I spotted a bug in the
processdualstart()
function of the MOIWrapper.The line:
https://github.com/oxfordcontrol/OSQP.jl/blob/8dd46b5a7c8955ae41cf8464295825801946e939/src/MOI_wrapper.jl#L369
should be replaced with
The text was updated successfully, but these errors were encountered: