- Implement CS2 min-cost-flow adaptor and generalize common min-cost-flow stuff
authorMatt McCutchen <matt@mattmccutchen.net>
Sat, 12 Jul 2008 05:58:57 +0000 (01:58 -0400)
committerMatt McCutchen <matt@mattmccutchen.net>
Sat, 12 Jul 2008 05:58:57 +0000 (01:58 -0400)
  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".


No differences found