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

Add support for modifying quadratic coefficients #3658

Merged
merged 8 commits into from
Jan 29, 2024

Conversation

odow
Copy link
Member

@odow odow commented Jan 23, 2024

Closes #3657

Looks like there's an issue in MOI normalizing the difference between x[1] * x[2] and x[2] * x[1].

TODO:

Copy link

codecov bot commented Jan 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (8b72fff) 98.28% compared to head (cf56be3) 98.29%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3658   +/-   ##
=======================================
  Coverage   98.28%   98.29%           
=======================================
  Files          43       43           
  Lines        5652     5681   +29     
=======================================
+ Hits         5555     5584   +29     
  Misses         97       97           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@odow odow changed the title WIP: Add support for modifying quadratic coefficients Add support for modifying quadratic coefficients Jan 23, 2024
@odow
Copy link
Member Author

odow commented Jan 29, 2024

Merging because I don't think this is controversial, and because this is blocking a refactor of some related things.

@odow odow merged commit 7cab7ff into master Jan 29, 2024
12 checks passed
@odow odow deleted the od/scalar-quadratic-change branch January 29, 2024 02:25
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Add support for MOI.ScalarQuadraticCoefficientChange
1 participant