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

migrate combinatorial algorithms from GraphsFlows.jl to Graphs.jl #241

Closed
wants to merge 1 commit into from
Closed

migrate combinatorial algorithms from GraphsFlows.jl to Graphs.jl #241

wants to merge 1 commit into from

Conversation

pgrepds
Copy link
Contributor

@pgrepds pgrepds commented Mar 29, 2023

This is the first of two PR's for solving #191

This one is for the migration of all algorithms of GraphsFlows.jl which do not have a dependency to JuMP. I have migrated the tests and the docs as well.

The only algorithm that used JuMP was mincost.jl.

I will create a different PR for GraphsMatching to keep things separate.

@codecov
Copy link

codecov bot commented Mar 30, 2023

Codecov Report

Merging #241 (f9b29c9) into master (53cb581) will increase coverage by 0.18%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #241      +/-   ##
==========================================
+ Coverage   97.23%   97.41%   +0.18%     
==========================================
  Files         114      123       +9     
  Lines        6585     7054     +469     
==========================================
+ Hits         6403     6872     +469     
  Misses        182      182              

@pgrepds pgrepds closed this by deleting the head repository Jun 4, 2023
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.

1 participant