Open Krastanov opened 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:
MatchingResult
Also need to be consistent with GraphOptim.min_cost_assignment and BipartiteMatching.jl
GraphOptim.min_cost_assignment
BipartiteMatching.jl
If I understand correctly, GraphOptim exists as a home for all graph algorithms that require a MILP tool like JuMP.
In which case:
MatchingResult
return type should be synchronized between the two librariesAlso need to be consistent with
GraphOptim.min_cost_assignment
andBipartiteMatching.jl