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

Checks before conquer #999

Merged
merged 2 commits into from
Jul 20, 2023
Merged

Checks before conquer #999

merged 2 commits into from
Jul 20, 2023

Conversation

najaverzat
Copy link
Contributor

I created a routine run_conquer in treesearch.jlresponsible to perform checks before eventually calling the run! of conquer. This allowed to remove the boolean run_conquer from the conquer input.

@najaverzat najaverzat requested a review from guimarqu July 20, 2023 08:43
@guimarqu guimarqu enabled auto-merge (squash) July 20, 2023 08:46
@codecov
Copy link

codecov bot commented Jul 20, 2023

Codecov Report

Patch coverage: 90.90% and no project coverage change.

Comparison is base (ef35ecd) 79.61% compared to head (6b9667f) 79.61%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #999   +/-   ##
=======================================
  Coverage   79.61%   79.61%           
=======================================
  Files          82       82           
  Lines        5734     5735    +1     
=======================================
+ Hits         4565     4566    +1     
  Misses       1169     1169           
Impacted Files Coverage Δ
src/Algorithm/branching/branchingalgo.jl 88.88% <ø> (-0.12%) ⬇️
src/Algorithm/treesearch/branch_and_bound.jl 91.89% <ø> (-0.29%) ⬇️
src/Algorithm/treesearch.jl 73.07% <90.00%> (+3.30%) ⬆️
src/Algorithm/conquer.jl 63.12% <100.00%> (-0.08%) ⬇️

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@guimarqu guimarqu merged commit 994a12c into master Jul 20, 2023
4 of 5 checks passed
@guimarqu guimarqu deleted the checks_before_conquer branch July 27, 2023 13:19
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.

2 participants