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

Rework tree solver #74

Merged
merged 3 commits into from
May 20, 2019
Merged

Rework tree solver #74

merged 3 commits into from
May 20, 2019

Conversation

vitornesello
Copy link
Collaborator

No description provided.

@codecov-io
Copy link

codecov-io commented May 15, 2019

Codecov Report

Merging #74 into master will increase coverage by 0.1%.
The diff coverage is 96%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master      #74     +/-   ##
=========================================
+ Coverage   82.86%   82.96%   +0.1%     
=========================================
  Files          33       33             
  Lines        1459     1462      +3     
=========================================
+ Hits         1209     1213      +4     
+ Misses        250      249      -1
Impacted Files Coverage Δ
src/strategies/strategy.jl 71.42% <ø> (+8.92%) ⬆️
src/Coluna.jl 100% <ø> (ø) ⬆️
src/reformulation.jl 76% <100%> (-3.17%) ⬇️
src/solvers/reformulationsolver.jl 93.38% <95.83%> (ø)

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 40cebf1...25932e9. Read the comment docs.

@vitornesello vitornesello requested review from guimarqu and FD-V May 17, 2019 18:13
@@ -70,6 +71,7 @@ include("MOIinterface.jl")
include("solvers/colgen.jl")
include("solvers/masteripheur.jl")
include("solvers/generatechildrennodes.jl")
include("solvers/reformulationsolver.jl")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it should not be in folder solver since it is another type of solver

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

so should rename:

  • solvers/ -> nodesolvers/
    and we can leave reformulationsolver.jl in src/ since it is the only one

@vitornesello vitornesello merged commit e27f15d into master May 20, 2019
@vitornesello vitornesello deleted the rework_tree_solver branch May 20, 2019 08:36
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