Make PMatching a newtype for clarity.
[match/match.git] / program / ProposalMatcher.hs
2011-08-27 Matt McCutchenMake PMatching a newtype for clarity.
2008-08-02 Matt McCutchenRename numAsWt to more appropriate widenInteger.
2008-08-01 Matt McCutchenPMConfig isn't just for ProposalMatcher anymore; it...
2008-07-28 Matt McCutchenRename Instance -> PMInstance and introduce PMatching...
2008-07-28 Matt McCutchenMake proposal-matcher configuration non-global to make...
2008-07-12 Matt McCutchen- Implement CS2 min-cost-flow adaptor and generalize...
2008-07-11 Matt McCutchen- Add code to visualize an instance and matching as...
2008-07-11 Matt McCutchenRewrite Bellman-Ford and min-cost flow, especially...
2008-07-10 Matt McCutchenThe random instance generator and other improvements.