- 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)
commitfd0d2377785ca843a46b0050a7351dac82c84777
tree9110b5d17cb3671eac4718946aeeba2568013acd
parent00f7bf547ecc8b9a709c6fbeff55b9b0d05ecffe
- 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".
12 files changed:
program/ArrayStuff.hs
program/CS2MinCostFlow.hs [new file with mode: 0644]
program/IMinCostFlow.hs [new file with mode: 0644]
program/IOStuff.hs [new file with mode: 0644]
program/Instance.hs
program/InstanceGenerator.hs
program/NaiveMinCostFlow.hs
program/ProposalMatcher.hs
program/ProposalMatcherConfig.hs
program/Test.hs
program/TestUtils.hs [new file with mode: 0644]
program/show-graph [deleted file]