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

Correction for output of the global dual bound #1122

Merged
merged 1 commit into from
Jan 19, 2024

Conversation

rrsadykov
Copy link
Collaborator

• Correction for output of the global dual bound: for that we moved its calculation from TreeSearch.children function to TreeSearch.stop function
• At the same time, we simplified the TreeSearch interface.
Closes #1077.

…ts calculation from `TreeSearch.children` function to `TreeSearch.stop` function

• At the same time, we simplified the `TreeSearch` interface
Copy link

codecov bot commented Jan 19, 2024

Codecov Report

Attention: 3 lines in your changes are missing coverage. Please review.

Comparison is base (1268124) 86.34% compared to head (9c28279) 86.32%.

Files Patch % Lines
src/TreeSearch/TreeSearch.jl 0.00% 2 Missing ⚠️
src/Algorithm/treesearch.jl 66.66% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1122      +/-   ##
==========================================
- Coverage   86.34%   86.32%   -0.03%     
==========================================
  Files          85       85              
  Lines        7543     7544       +1     
==========================================
- Hits         6513     6512       -1     
- Misses       1030     1032       +2     

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

@rrsadykov rrsadykov merged commit 3db73e6 into master Jan 19, 2024
4 of 5 checks passed
@rrsadykov rrsadykov deleted the global_dual_bound_print branch January 19, 2024 11:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Global bounds output is not correct
1 participant