From 59fcd59d9dc1b4b223f828af13587344326697f0 Mon Sep 17 00:00:00 2001 From: Matt McCutchen Date: Wed, 30 Jul 2008 18:23:11 -0400 Subject: [PATCH] Add reminder to compile CS2 with -DPRINT_ANS. --- program/PMDefaults.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/program/PMDefaults.hs b/program/PMDefaults.hs index b5ef0c7..4e848c8 100644 --- a/program/PMDefaults.hs +++ b/program/PMDefaults.hs @@ -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, -- 2.34.1