match/match.git
2012-02-15 Matt McCutchenPaper: Remove "NOT YET" on URL in preparation for release. master
2012-02-15 Matt McCutchenRename "desirability" to "preference" (much less awkwar...
2012-02-13 Matt McCutchenStandardize on "q" for the number of reviews per paper.
2012-02-12 Matt McCutchenPaper: Remove unneeded dependency on "floatflt".
2012-02-12 Matt McCutchenFix remaining mentions of "proposal" in the paper.
2012-02-12 Matt McCutchenGitignore for paper subdirectory.
2012-02-12 Matt McCutchen- Finish revising the paper.
2012-02-12 Matt McCutchenAdd a slightly cleaned-up version of the paper, superse...
2011-08-27 Matt McCutchenAdd a minimal readme for the program.
2011-08-27 Matt McCutchenImplement TSV internally, remove the "csv" package...
2011-08-27 Matt McCutchenAdd command-line interface ./match (adapted from POPL...
2011-08-27 Matt McCutchenMake PMatching a newtype for clarity.
2011-08-27 Matt McCutchenFormatter: Rewrite code that used an n + k pattern
2008-09-12 Matt McCutchenSamir's updates to the notes, emailed to me on 2008...
2008-08-02 Matt McCutchenRename numAsWt to more appropriate widenInteger.
2008-08-02 Matt McCutchenMake the evaluator's review weights configurable.
2008-08-02 Matt McCutchenMake the instance generator select proposal topics...
2008-08-02 Matt McCutchenImprove some comments in PMDefaults.
2008-08-02 Matt McCutchenEta-expand mrandomR to keep GHC 6.6.1 on birdy happy.
2008-08-02 Matt McCutchen- Change RandomizedMonad to bind by threading a single...
2008-08-01 Matt McCutchenPMConfig isn't just for ProposalMatcher anymore; it...
2008-07-30 Matt McCutchenAdd reminder to compile CS2 with -DPRINT_ANS.
2008-07-30 Matt McCutchenStop GHC 6.6.1 from fussing about lack of a trailing...
2008-07-30 Matt McCutchenEvidently ghci needs -cpp even if all the modules are...
2008-07-30 Matt McCutchenAdd compatibility gorp for GHC 6.6.1.
2008-07-28 Matt McCutchenIgnore temporary graphs from goGraph.
2008-07-28 Matt McCutchendebugdir gitignore is no longer needed.
2008-07-28 Matt McCutchen- More evaluation.
2008-07-28 Matt McCutchenFirst attempt at evaluating the quality of matchings.
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 McCutchenAdd conflicts of interest to the InstanceGenerator...
2008-07-12 Matt McCutchen- Implement CS2 min-cost-flow adaptor and generalize...
2008-07-11 Matt McCutchenRemove randomMap and randomRep definitions (obsoleted...
2008-07-11 Matt McCutchen- Add code to visualize an instance and matching as...
2008-07-11 Matt McCutchenRemove an unneeded forall.
2008-07-11 Matt McCutchenRewrite Bellman-Ford and min-cost flow, especially...
2008-07-11 Matt McCutchendebug needs -fglasgow-exts too.
2008-07-10 Matt McCutchenThe random instance generator and other improvements.
2008-07-07 Matt McCutchenSecond version of the reduction.
2008-07-07 Matt McCutchenFix bug in second-pass graph construction when a propos...
2008-07-07 Matt McCutchen- Add the notes Samir emailed me on 2008-07-06.
2008-06-23 Matt McCutchen- ./debug and ./run now pass along arguments.
2008-06-23 Matt McCutchenThe proposal matcher. It works on a small example.