The random instance generator and other improvements.
[match/match.git] / program / ProposalMatcherConfig.hs
similarity index 92%
rename from program/ProposalMatchConfig.hs
rename to program/ProposalMatcherConfig.hs
index 42b47f6..750cf1f 100644 (file)
@@ -1,7 +1,7 @@
-module ProposalMatchConfig where
+module ProposalMatcherConfig where
+import Instance
 
 type Pref = Int
-type Wt = Double -- must implement RealFrac
 
 numAsWt x = fromInteger (toInteger x) :: Wt