match/match.git
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.