GitHub topics: maximum-flow-solver
kalexmills/flownet
Flow network solver implemented in Go; handles max-flow and circulations with node and edge demands via a push-relabel algorithm.
Language: Go - Size: 242 KB - Last synced at: 12 months ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 1

fnieri/MaxFlowProblem
This project solves the maxflow problem in algorithmics from an instance in the instances directory, The problem is solved using GLPK and the augmenting path DInitz algorithm
Language: Python - Size: 20.9 MB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

ArthurRouquan/MaximumFlowAlgorithms
Academical implementation of Edmonds-Karp algorithm in O(nm²) and Dinitz (Dinic) algorithm O(n²m) for computing the maximum flow of a flow network.
Language: C++ - Size: 5.97 MB - Last synced at: over 2 years ago - Pushed at: almost 4 years ago - Stars: 2 - Forks: 0

mohasaid/PROP-StarWars
Maximum Flow Solver App developed in Java for FIB's (Barcelona School of Informatics) Programming Project subject.
Language: Java - Size: 779 KB - Last synced at: over 2 years ago - Pushed at: almost 7 years ago - Stars: 1 - Forks: 1
