diff options
| author | Simon Tatham <anakin@pobox.com> | 2018-04-21 17:03:10 +0100 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2018-04-22 17:04:50 +0100 |
| commit | 3d04dd3335a2c4c6007ff4e2a58a2855c7a9c52a (patch) | |
| tree | 36811a811450982e48e806097d156c47e802ad42 /net.c | |
| parent | dcc4d82b23095b07673d7c13cb2439c738a67fa1 (diff) | |
| download | puzzles-3d04dd3335a2c4c6007ff4e2a58a2855c7a9c52a.zip puzzles-3d04dd3335a2c4c6007ff4e2a58a2855c7a9c52a.tar.gz puzzles-3d04dd3335a2c4c6007ff4e2a58a2855c7a9c52a.tar.bz2 puzzles-3d04dd3335a2c4c6007ff4e2a58a2855c7a9c52a.tar.xz | |
Remove maxflow completely.
Its ability to solve general network flow problems was never actually
used in this code base; it was _always_ used for the restricted
problem of finding a matching in an unweighted bipartite graph. So now
I've switched all its clients over to the new matching.c, maxflow is
no longer needed.
Diffstat (limited to 'net.c')
0 files changed, 0 insertions, 0 deletions