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 B&B termination status when node limit is reached and all leaves infeasible #1016

Conversation

guimarqu
Copy link
Contributor

No description provided.

@codecov
Copy link

codecov bot commented Jul 25, 2023

Codecov Report

Patch coverage: 84.00% and project coverage change: -0.95% ⚠️

Comparison is base (f634189) 80.55% compared to head (17df9c5) 79.60%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1016      +/-   ##
==========================================
- Coverage   80.55%   79.60%   -0.95%     
==========================================
  Files          85       83       -2     
  Lines        6228     5831     -397     
==========================================
- Hits         5017     4642     -375     
+ Misses       1211     1189      -22     
Files Changed Coverage Δ
src/Algorithm/interface.jl 84.31% <0.00%> (-2.36%) ⬇️
src/Algorithm/treesearch.jl 65.21% <ø> (ø)
src/Branching/Branching.jl 69.38% <0.00%> (-3.00%) ⬇️
src/ColGen/interface.jl 4.76% <0.00%> (ø)
src/Algorithm/Algorithm.jl 66.66% <66.66%> (-33.34%) ⬇️
src/Algorithm/utilities/optimizationstate.jl 79.02% <75.00%> (+0.64%) ⬆️
src/Algorithm/branching/branchingalgo.jl 87.87% <100.00%> (-0.70%) ⬇️
src/Algorithm/colgen.jl 80.39% <100.00%> (-1.09%) ⬇️
src/Algorithm/colgen/default.jl 98.01% <100.00%> (-0.94%) ⬇️
src/Algorithm/colgen/printer.jl 77.65% <100.00%> (-0.02%) ⬇️
... and 3 more

... and 52 files with indirect coverage changes

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

@guimarqu guimarqu marked this pull request as ready for review July 25, 2023 15:19
@guimarqu guimarqu merged commit 7b5b010 into master Jul 25, 2023
@guimarqu guimarqu deleted the global_pb_compute_state_when_leaf_infeasible_and_limit_reached2 branch July 25, 2023 15:21
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.

1 participant