X-Git-Url: https://mattmccutchen.net/match/match.git/blobdiff_plain/eb6c3c9f810799e3bfe8cd302dd9d00f97b4baf7..89b7fd0dac0bef62999e7448fce184c19fe5bc6b:/program/Test.hs diff --git a/program/Test.hs b/program/Test.hs index 1530aa9..2e42be1 100644 --- a/program/Test.hs +++ b/program/Test.hs @@ -75,8 +75,3 @@ rrg2 = flowAnnotate rrg rdnFlowArray myMatching = doMatching pmDefaults myInst iGraph = showInstanceAsGraph myInst myMatching -- Visualize me! - --- Evaluation! -eInst = runRandom myGen $ randomInstance 20 50 -eval1 = doEvaluateMatching pmDefaults eInst -eval2 = doEvaluateMatching pmDefaults{loadTolerance = 2} eInst