kibaekkim / DualDecomposition.jl

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

Compatibility to DRMSMIP #46

Open hideakiv opened 3 years ago

hideakiv commented 3 years ago

Changed type definitions to allow DR functions

codecov-commenter commented 3 years ago

Codecov Report

Merging #46 (279cb44) into master (de25e24) will increase coverage by 0.56%. The diff coverage is 90.90%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #46      +/-   ##
==========================================
+ Coverage   92.91%   93.48%   +0.56%     
==========================================
  Files           9       10       +1     
  Lines         593      614      +21     
==========================================
+ Hits          551      574      +23     
+ Misses         42       40       -2     
Impacted Files Coverage Δ
src/ScenarioTree.jl 91.53% <88.88%> (+2.40%) :arrow_up:
src/JuMP.jl 93.10% <93.10%> (ø)
src/LagrangeDual.jl 91.97% <100.00%> (ø)

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 de25e24...279cb44. Read the comment docs.