JuliaGraphs / GraphsOptim.jl

A package for graph optimization algorithms that rely on mathematical programming.
https://juliagraphs.org/GraphsOptim.jl/
MIT License
20 stars 4 forks source link

added fractional_chromatic_number, fractional_clique_number #13

Closed dstahlke closed 10 months ago

dstahlke commented 1 year ago

Uses JuMP with the GLPK backend.

codecov-commenter commented 1 year ago

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.21% :tada:

Comparison is base (8a43175) 98.94% compared to head (2be2e36) 99.15%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #13 +/- ## ========================================== + Coverage 98.94% 99.15% +0.21% ========================================== Files 5 6 +1 Lines 95 119 +24 ========================================== + Hits 94 118 +24 Misses 1 1 ``` | [Files Changed](https://app.codecov.io/gh/gdalle/GraphsOptim.jl/pull/13?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Guillaume+Dalle) | Coverage Δ | | |---|---|---| | [src/GraphsOptim.jl](https://app.codecov.io/gh/gdalle/GraphsOptim.jl/pull/13?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Guillaume+Dalle#diff-c3JjL0dyYXBoc09wdGltLmps) | `100.00% <ø> (ø)` | | | [src/fractional\_coloring.jl](https://app.codecov.io/gh/gdalle/GraphsOptim.jl/pull/13?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Guillaume+Dalle#diff-c3JjL2ZyYWN0aW9uYWxfY29sb3Jpbmcuamw=) | `100.00% <100.00%> (ø)` | |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

gdalle commented 1 year ago

Hey! I have seen the PR and I'm grateful for the contribution, but I don't have time to review rn, hopefully in the coming weeks. Do you need this urgently?

dstahlke commented 1 year ago

No hurry. Take your time.

dstahlke commented 11 months ago

All issues fixed.

codecov[bot] commented 10 months ago

Codecov Report

Merging #13 (0b11720) into main (22cb219) will decrease coverage by 1.32%. The diff coverage is 92.85%.

@@             Coverage Diff             @@
##              main      #13      +/-   ##
===========================================
- Coverage   100.00%   98.68%   -1.32%     
===========================================
  Files            6        7       +1     
  Lines          124      152      +28     
===========================================
+ Hits           124      150      +26     
- Misses           0        2       +2     
Files Coverage Δ
src/GraphsOptim.jl 100.00% <ø> (ø)
src/utils.jl 100.00% <100.00%> (ø)
src/fractional_coloring.jl 91.66% <91.66%> (ø)