JuliaGraphs / LightGraphsExtras.jl

Additional functionality for LightGraphs.jl
Other
21 stars 13 forks source link

Matching: Explicit solver #27

Closed matbesancon closed 6 years ago

matbesancon commented 6 years ago

The build is failing, both locally for me and for Travis, due to the call to JuMP.Model() without specifying a solver.

One LP solver should be in the REQUIRE and called by default (it can be an optional keyword argument when calling matching functions)

sbromberger commented 6 years ago

Mind making a PR for this?

matbesancon commented 6 years ago

Sure, I'm working on fixing it, I just ran into another one (see https://github.com/JuliaGraphs/LightGraphsExtras.jl/issues/28), I wanted to keep track of both to mention in the PR ;)

sbromberger commented 6 years ago

I just fixed #28 via #29 - take a look?