X-Git-Url: https://mattmccutchen.net/match/match.git/blobdiff_plain/eb6c3c9f810799e3bfe8cd302dd9d00f97b4baf7..7b8c0e4e53d51ee1d3207493738ee9a36e7181d8:/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