JuliaGraphs / GraphsMatching.jl

Matching algorithms for Graphs.jl
Other
16 stars 7 forks source link

coordinate API with GraphOptim and move JuMP-dependent functionality there #17

Open Krastanov opened 2 months ago

Krastanov commented 2 months ago

If I understand correctly, GraphOptim exists as a home for all graph algorithms that require a MILP tool like JuMP.

In which case:

Also need to be consistent with GraphOptim.min_cost_assignment and BipartiteMatching.jl