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

added fractional_chromatic_number, fractional_clique_number #13

Merged
merged 7 commits into from
Oct 27, 2023

Conversation

dstahlke
Copy link
Contributor

@dstahlke dstahlke commented Aug 5, 2023

Uses JuMP with the GLPK backend.

@codecov-commenter
Copy link

codecov-commenter commented Aug 5, 2023

Codecov Report

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

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

Additional details and impacted files
@@            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 Coverage Δ
src/GraphsOptim.jl 100.00% <ø> (ø)
src/fractional_coloring.jl 100.00% <100.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@gdalle
Copy link
Member

gdalle commented Aug 8, 2023

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
Copy link
Contributor Author

dstahlke commented Aug 8, 2023

No hurry. Take your time.

Project.toml Outdated Show resolved Hide resolved
src/fractional_coloring.jl Outdated Show resolved Hide resolved
Project.toml Outdated Show resolved Hide resolved
src/GraphsOptim.jl Show resolved Hide resolved
src/fractional_coloring.jl Show resolved Hide resolved
src/fractional_coloring.jl Outdated Show resolved Hide resolved
src/GraphsOptim.jl Outdated Show resolved Hide resolved
src/fractional_coloring.jl Outdated Show resolved Hide resolved
@dstahlke
Copy link
Contributor Author

All issues fixed.

@codecov
Copy link

codecov bot commented Oct 27, 2023

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%> (ø)

@gdalle gdalle merged commit d87b65d into JuliaGraphs:main Oct 27, 2023
3 of 5 checks passed
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