Skip to content
This repository has been archived by the owner on Oct 22, 2021. It is now read-only.

Releases: JuliaGraphs/LightGraphsFlows.jl

v0.4.2

19 Feb 14:58
2f96630
Compare
Choose a tag to compare

LightGraphsFlows v0.4.2

Diff since v0.4.0

Closed issues:

  • Switch MathProgBase for MathOptInterface.jl (#16)
  • Incorrect MinCut result (#27)

Merged pull requests:

Switch mincost to JuMP

25 Feb 11:10
Compare
Choose a tag to compare

This release mostly changes the underlying LP machinery of mincost flows to JuMP 0.20, removing the dependency on MathProgBase

Improved mincost flow, doc update

02 Feb 14:50
f8b7f89
Compare
Choose a tag to compare
v0.3.0

update documenter to 1.0 (#25)

LightGraphsFlows v0.2.0

21 Sep 17:18
Compare
Choose a tag to compare
  • 0.7/1.0 compatibility.
  • documentation updates.

Versioned dependencies, deprecations

23 May 16:14
b531632
Compare
Choose a tag to compare
  • Dependencies versioned, including tests
  • Improved doc
  • Fix LightGraphs deprecations

Added a mincut API

07 Feb 16:46
f22cee5
Compare
Choose a tag to compare

mincut is using maxflow under the hood but creates a partition of the nodes (reachable from the source in the residual graph or not).

Remove GLPK as testing solver

15 Jan 02:41
2158d81
Compare
Choose a tag to compare

GLPK created license issues (GNU), replaced with CLP.jl

Lighter version, complete MathProgBase instead of JuMP

10 Jan 04:28
6506631
Compare
Choose a tag to compare
Mathprog (#5)

* added mincost func

* added default solver

* added tests for mincost, export function

* default sink and source, circulation tests

* changed LP solver, added doc, conservation tests

* added mincost docs

* replace JuMP with basic MathProg

* removed JuMP from require

added mincost flow, julia doc

08 Jan 20:16
Compare
Choose a tag to compare

Feasible flow with minimal cost.
/docs folder containing full functions and types documentation (through Documenter.jl)

First release

05 Jan 17:05
Compare
Choose a tag to compare

First release, iso to flows in LightGraphs.jl, all corresponding algorithms have been ported here