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

Better implementation of the time limit #744

Merged
merged 2 commits into from
Oct 14, 2022
Merged

Better implementation of the time limit #744

merged 2 commits into from
Oct 14, 2022

Conversation

guimarqu
Copy link
Contributor

closes #377

src/Algorithm/conquer.jl Outdated Show resolved Hide resolved
@codecov
Copy link

codecov bot commented Oct 14, 2022

Codecov Report

Base: 86.59% // Head: 86.54% // Decreases project coverage by -0.05% ⚠️

Coverage data is based on head (c73fe30) compared to base (214649b).
Patch coverage: 71.42% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #744      +/-   ##
==========================================
- Coverage   86.59%   86.54%   -0.06%     
==========================================
  Files          59       59              
  Lines        5388     5405      +17     
==========================================
+ Hits         4666     4678      +12     
- Misses        722      727       +5     
Impacted Files Coverage Δ
src/Algorithm/treesearch/branch_and_bound.jl 92.70% <ø> (ø)
src/Algorithm/colgen.jl 82.44% <50.00%> (-0.14%) ⬇️
src/Algorithm/utilities/helpers.jl 60.00% <50.00%> (ø)
src/Algorithm/treesearch.jl 77.77% <66.66%> (-5.56%) ⬇️
src/Algorithm/conquer.jl 80.00% <87.50%> (+0.12%) ⬆️
src/env.jl 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

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

@guimarqu guimarqu merged commit 1da4dff into master Oct 14, 2022
@guimarqu guimarqu deleted the timelimit branch October 14, 2022 18:12
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.

Time limit
1 participant