index
:
delta/python-packages/networkx.git
MridulS-patch-1
attrgraph
beam-log-2
circleci-project-setup
digraph-edge-subgraph
doc-isom-orderable
doc-typo
docdraft
docs-for-v1.11
dschult-patch-1
dschult-patch-gml
error-message-configuration-model
error-message-eccentricity
fix-d-separation-conflicts
gh-pages
iter_refactor
kl-encoding
main
master
networkx-1.10
nx-sparse
remove-beam-notes
remove-conda
revert-1806-patch-numpy-compatible
revert-3507-master
revert-5156-pin-pyparsing
scipy-pandas-310
v1.10
v1.10.1
v1.11
v1.9
v1.9.1
v2.5
v2.6
v2.8
github.com: networkx/networkx.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
networkx
/
algorithms
/
flow
/
tests
/
test_maxflow.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Lint using Ruff (#6371)
danieleades
2023-02-19
1
-2
/
+2
*
Update pytest (#6165)
Jarrod Millman
2022-11-01
1
-1
/
+1
*
Tested boykov_kolmogorov and dinitz with cutoff (#6104)
Paula Pérez Bianchi
2022-10-20
1
-1
/
+10
*
Update which flow functions support the cutoff argument (#6085)
Paula Pérez Bianchi
2022-10-19
1
-19
/
+19
*
Use isort with pre-commit to enforce import guidelines (#5659)
Mridul Seth
2022-06-02
1
-6
/
+9
*
Use sets instead of lists for collecting flowfuncs in tests. (#5589)
Ross Barnowski
2022-04-27
1
-6
/
+6
*
Add Mypy type checking infrastructure (#5127)
Ross Barnowski
2021-11-17
1
-1
/
+1
*
Format w/ black
Jarrod Millman
2020-07-10
1
-232
/
+269
*
Update string format
Jarrod Millman
2020-01-01
1
-22
/
+31
*
Upgrade to Py36 syntax
Jarrod Millman
2020-01-01
1
-2
/
+2
*
Remove superfluous encoding information
Jarrod Millman
2019-11-11
1
-1
/
+0
*
PEP8 fixes to tests
Jarrod Millman
2019-10-18
1
-3
/
+3
*
Replace eq_, ok_ with assert
Jarrod Millman
2019-10-12
1
-6
/
+5
*
Replace nose.assert_raises with pytest.raises
Jarrod Millman
2019-10-12
1
-12
/
+13
*
Convert nose.tools.assert_* functions into asserts
Jarrod Millman
2019-10-12
1
-32
/
+24
*
Deleted a duplicated test_random_graph in bipartite.tests.test_genera… (#2790)
Mads Jensen
2018-02-02
1
-1
/
+1
*
Pep8 fixes
Jarrod Millman
2018-01-20
1
-93
/
+92
*
Dictionary comprehensions from #1700 merged conflicts (#2768)
Dan Schult
2017-11-25
1
-3
/
+3
*
Refactor set_node_attributes() and set_edge_attributes() (#2553)
Michael E. Rose
2017-07-26
1
-2
/
+2
*
Add Boykov Kolmogorov algorithm for maximum flow problems.
Jordi Torrents
2016-05-06
1
-1
/
+2
*
Merge pull request #1978 from jtorrents/dinitz
Dan Schult
2016-04-26
1
-2
/
+27
|
\
|
*
Add Dinitz' algorithm for maximum flow problems.
Jordi Torrents
2016-02-04
1
-2
/
+27
*
|
Change all X.add_path yp nx.add_path(X,
Dan Schult
2016-02-02
1
-7
/
+7
|
/
*
Added spaces after commas.
boothby
2015-05-22
1
-3
/
+3
*
add test case for #1542
Tom Boothby
2015-05-22
1
-0
/
+8
*
Remove legacy ford_fulkerson maximum flow function
ysitu
2014-08-05
1
-19
/
+6
*
Add test for MultiGraph input.
Jordi Torrents
2014-05-23
1
-0
/
+7
*
Remove flow functions from the base NetworkX namespace.
Jordi Torrents
2014-05-22
1
-11
/
+7
*
Make edmonds_karp_core obey the cutoff parameter.
Jordi Torrents
2014-04-27
1
-14
/
+28
*
Test all interface functions, add test reusing residual.
Jordi Torrents
2014-04-26
1
-24
/
+53
*
Improve interface to flow algorithms.
Jordi Torrents
2014-04-24
1
-15
/
+10
*
Kwargs sanity check for maximum_flow and minimum_cut.
Jordi Torrents
2014-04-24
1
-14
/
+26
*
Return both flow_value and {flow_dict|partition} when value_only is False.
Jordi Torrents
2014-04-24
1
-5
/
+6
*
Prevent use of cutoff in minimum_cut
ysitu
2014-04-23
1
-0
/
+2
*
Fix issues in minimum_cut
ysitu
2014-04-23
1
-11
/
+10
*
Add cutoff parameter to edmonds_karp and shortest_augmenting_path
ysitu
2014-04-23
1
-0
/
+16
*
Fix bad grammar and typos in docstrings and comments.
Jordi Torrents
2014-04-21
1
-1
/
+1
*
Store maximum flow value in 'flow_value' attribute of residual networks
ysitu
2014-04-20
1
-20
/
+21
*
Return the node patrition instead of the cut set in minimum_cut.
Jordi Torrents
2014-04-19
1
-4
/
+18
*
Improve maximum flow and minimum cut tests.
Jordi Torrents
2014-04-19
1
-38
/
+101
*
Keep refactoring. Implementation of ysitu's proposal in #1102.
Jordi Torrents
2014-04-19
1
-34
/
+26
*
Add msg parameter to assert_* for keeping track of which function fails.
Jordi Torrents
2014-04-19
1
-14
/
+20
*
Add edmonds_karp_residual function, and edmonds_karp* to tests.
Jordi Torrents
2014-04-19
1
-6
/
+8
*
Refactor flow package.
Jordi Torrents
2014-04-19
1
-72
/
+57
*
Add Edmonds-Karp maxflow algorithm
ysitu
2014-04-19
1
-5
/
+25
*
Add test for two-phase shortest augmenting path maxflow algorithm
ysitu
2014-04-07
1
-0
/
+13
*
Add two-phase option to shortest augmenting path maxflow algorithm
ysitu
2014-04-07
1
-1
/
+6
*
Add shortest augmenting path maxflow algorithm
ysitu
2014-04-06
1
-3
/
+9
*
Fix handling of global_relabel_freq of None in preflow-push maxflow
ysitu
2014-03-26
1
-0
/
+7
*
Enhance preflow-push maxflow tests and fix discovered issues
ysitu
2014-03-25
1
-1
/
+13
[next]