kibaekkim / DualDecomposition.jl

An algorithmic framework for parallel dual decomposition methods in Julia
MIT License
19 stars 5 forks source link

Implementation of two simple primal heuristics #35

Closed CanLi1 closed 3 years ago

CanLi1 commented 3 years ago

add primal heuristic in LagrangeDual.jl

kibaekkim commented 3 years ago

@CanLi1 The test failed. It looks like related to Gurobi. Since Gurobi requires license, we cannot use it for testing in Github Actions. Can you replace back Gurobi with GLPK?

codecov-commenter commented 3 years ago

Codecov Report

Merging #35 (63920bd) into master (531ad63) will decrease coverage by 0.49%. The diff coverage is 93.57%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #35      +/-   ##
==========================================
- Coverage   96.92%   96.42%   -0.50%     
==========================================
  Files           9        9              
  Lines         358      504     +146     
==========================================
+ Hits          347      486     +139     
- Misses         11       18       +7     
Impacted Files Coverage Δ
src/BlockModel.jl 90.47% <0.00%> (-9.53%) :arrow_down:
src/LagrangeDual.jl 95.79% <95.32%> (-0.25%) :arrow_down:
src/utils.jl 100.00% <0.00%> (ø)
src/parallel.jl 100.00% <0.00%> (ø)
src/LagrangeMaster/BundleMethod.jl 100.00% <0.00%> (ø)
src/LagrangeMaster/SubgradientMethod.jl 100.00% <0.00%> (ø)
src/ScenarioTree.jl 97.82% <0.00%> (+0.26%) :arrow_up:

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 b780adb...63920bd. Read the comment docs.