From: Matt McCutchen Date: Sat, 12 Jul 2008 05:58:57 +0000 (-0400) Subject: - Implement CS2 min-cost-flow adaptor and generalize common min-cost-flow stuff X-Git-Url: https://mattmccutchen.net/match/match.git/commitdiff_plain/fd0d2377785ca843a46b0050a7351dac82c84777?hp=fd0d2377785ca843a46b0050a7351dac82c84777 - Implement CS2 min-cost-flow adaptor and generalize common min-cost-flow stuff accordingly. - Create conflict-of-interest edges (with zero capacity) so doMatching doesn't crash when it queries their flow values. - Factor out TestUtils. - Add a function "goGraph" to gnome-open a visualization of a graph from within GHCi! Remove old "show-graph". ---