JuliaGraphs / LightGraphsExtras.jl

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

added Clp as default solver, always specify solver to JuMP.Model() #30

Closed matbesancon closed 6 years ago

matbesancon commented 6 years ago

This removes the error from JuMP requiring a LP solver to the problem

matbesancon commented 6 years ago

This fixes https://github.com/JuliaGraphs/LightGraphsExtras.jl/issues/27

matbesancon commented 6 years ago

The failing checks should be fixed by https://github.com/JuliaGraphs/LightGraphsExtras.jl/pull/29

matbesancon commented 6 years ago

Also fixed the iteration over edges as tuples (i,j) when creating the objective (see https://github.com/JuliaGraphs/LightGraphsExtras.jl/pull/30/commits/06f836c77d8dc0e6f323558fe37cb1be303a6fa4)

matbesancon commented 6 years ago

Last fail because of https://github.com/JuliaGraphs/LightGraphsExtras.jl/issues/31, which is different enough to create a new PR