PMConfig isn't just for ProposalMatcher anymore; it's about to gain settings for
[match/match.git] / program / PMDefaults.hs
index 5f9ede2..15908c6 100644 (file)
@@ -1,6 +1,6 @@
 module PMDefaults where
-import Instance
-import ProposalMatcher
+import PMInstance
+import PMConfig
 
 import qualified NaiveMinCostFlow
 import qualified CS2MinCostFlow
@@ -15,7 +15,8 @@ minCostFlow = NaiveMinCostFlow.minCostFlow,
 
 -- Uses CS2 (http://www.igsystems.com/cs2/), which requires a license for
 -- non-research use but is faster (<1s on a 20x50 example, 64s on a 60x500
--- example).  Configure the path to cs2.exe in CS2MinCostFlow.hs.
+-- example).  Configure the path to cs2.exe in CS2MinCostFlow.hs.  Remember to
+-- compile CS2 with -DPRINT_ANS, or this won't work!
 --minCostFlow = CS2MinCostFlow.minCostFlow,
 
 reviewsEachProposal = 3,