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

Option to print branching tree in file #351

Merged
merged 2 commits into from
May 25, 2020
Merged

Option to print branching tree in file #351

merged 2 commits into from
May 25, 2020

Conversation

guimarqu
Copy link
Contributor

No description provided.

@codecov
Copy link

codecov bot commented May 25, 2020

Codecov Report

Merging #351 into master will increase coverage by 0.05%.
The diff coverage is 84.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #351      +/-   ##
==========================================
+ Coverage   75.43%   75.49%   +0.05%     
==========================================
  Files          50       50              
  Lines        3639     3664      +25     
==========================================
+ Hits         2745     2766      +21     
- Misses        894      898       +4     
Impacted Files Coverage Δ
src/Algorithm/treesearch.jl 87.16% <84.00%> (-0.65%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1f73517...4ca29b3. Read the comment docs.

@guimarqu guimarqu merged commit 91afce9 into master May 25, 2020
@guimarqu guimarqu deleted the branchingtreefile branch May 25, 2020 14:57
@rrsadykov
Copy link
Collaborator

@guimarqu I do not think it will work with strong branching. In this case, in run_conquer_algorithm!() it will quit before output to the dot file (here: node.conquerwasrun && return)

@guimarqu
Copy link
Contributor Author

@guimarqu I do not think it will work with strong branching. In this case, in run_conquer_algorithm!() it will quit before output to the dot file (here: node.conquerwasrun && return)

Ok I'll fix it later this week & you'll review.

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.

3 participants