Second version of the reduction.
authorMatt McCutchen <matt@mattmccutchen.net>
Mon, 7 Jul 2008 23:37:31 +0000 (19:37 -0400)
committerMatt McCutchen <matt@mattmccutchen.net>
Mon, 7 Jul 2008 23:37:31 +0000 (19:37 -0400)
commit2e7d542623d17554667ca0199dd988caf3c442ae
tree0db09f36fe563c08822778f995c7e6ba90389da0
parent9ecd6424ffbf1305e7344b99517c4fbb04b26df2
Second version of the reduction.

Significant changes:
- Supports a per-reviewer relative load limit, which is hard with a tolerance.
- Split each reviewer into multiple nodes in order to charge a cost quadratic in
  the number of disliked proposals she has to review.  Previously, cost was
  simply additive.
- Require three reviews per proposal regardless of experts, but provide an
  incentive for a knowledgeable review and an additional expert review.

Also, add import and "show-graph" script for graph visualization.
program/ProposalMatch.hs
program/ProposalMatchConfig.hs
program/Test.hs
program/show-graph [new file with mode: 0755]