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

Fix DualObjectiveValue #237

Merged
merged 2 commits into from
Oct 21, 2024
Merged

Fix DualObjectiveValue #237

merged 2 commits into from
Oct 21, 2024

Conversation

odow
Copy link
Member

@odow odow commented Oct 21, 2024

The dual ray could have the incorrect sign (by tolerance), which would result in the wrong bound being multiplied if only one side is finite.

Closes #236

The dual ray could have the incorrect sign (by tolerance), which would
result in the wrong bound being multiplied if only one side is finite.
Copy link

codecov bot commented Oct 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.77%. Comparing base (7db9d47) to head (0ee2cc6).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #237   +/-   ##
=======================================
  Coverage   99.77%   99.77%           
=======================================
  Files           1        1           
  Lines        1351     1353    +2     
=======================================
+ Hits         1348     1350    +2     
  Misses          3        3           

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

@odow odow merged commit ef4359c into master Oct 21, 2024
10 checks passed
@odow odow deleted the od/fix-dual-objective-value branch October 21, 2024 22:20
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.

Debug Benders decomposition tutorial with latest HiGHS
1 participant