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

Tags: JuliaGraphs/LightGraphsFlows.jl

Tags

v0.4.2

Toggle v0.4.2's commit message
[Diff since v0.4.0](v0.4.0...v0.4.2)

**Closed issues:**
- Switch MathProgBase for MathOptInterface.jl (#16)
- Incorrect MinCut result (#27)

**Merged pull requests:**
- fix travis (#36) (@matbesancon)
- Travis fix (#37) (@matbesancon)
- Jump bump (#39) (@matbesancon)
- Use sparse matrix in push_relabel (#42) (@eddieschoute)
- Replace travis and appveyor with github ci (#45) (@simonschoelly)
- Add GitHub ci (#46) (@simonschoelly)
- Add compat helper and tag bot (#47) (@simonschoelly)
- Bump to version 0.4.2 (#48) (@simonschoelly)

v0.4.0

Toggle v0.4.0's commit message
fix conflicts

v0.3.0

Toggle v0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
update documenter to 1.0 (#25)

v0.2.0

Toggle v0.2.0's commit message
Added fixes for Julia 1.0 (#19)

* added fixes for Julia 1.0

* changed .travis.yml to julia version 0.7, 1.0 and nightly

* updated appveyor script

* added using InteractiveUtils so versioninfo() can still be used

* replaced content of appveyor.yml with new version from README

* forgot to uncomment a line

* changed indentation

* added using Pkg to appveyor script

* added second using Pkg to appveyor.yml

* changed Clp requirement in test to v0.5

* changed Clp requirement in test to v0.5

v0.1.0

Toggle v0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix deprecs, specify version (#14)

v0.0.5

Toggle v0.0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Mincut (#11)

* added mincut + tests

* added doc

v0.0.4

Toggle v0.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Mathprog (#8)

* 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

* changed mincost signature, removing default GLPK solver

* moved required solver to tests

* remove GLPK dep

* newline

v0.0.3

Toggle v0.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

v0.0.2

Toggle v0.0.2's commit message
added mincost in readme

v0.0.1

Toggle v0.0.1's commit message
formatting